sql >> データベース >  >> RDS >> Mysql

Sqlalchemyは古い行を返しますか?

    編集: egyal's のように、読む前にcommit()を追加するとうまくいきました 説明。

    self._session.commit()
    self._session.query(Automatic).\
                 filter(Automatic.do_when <= time()).\
                 limit(limit).\
                 all()
    



    1. 同等のMysql戻り句

    2. 異なるタイプの列に参加しますか?

    3. MySQLテーブル列に名前を付けるために番号を使用できますか?

    4. ClusterControlCLIを使用してGaleraクラスターを自動化する方法