1. 04 4月, 2019 1 次提交
  2. 25 1月, 2019 2 次提交
  3. 10 7月, 2018 1 次提交
  4. 28 6月, 2018 1 次提交
  5. 27 6月, 2018 1 次提交
  6. 24 6月, 2018 1 次提交
  7. 18 6月, 2018 4 次提交
  8. 17 6月, 2018 4 次提交
  9. 25 5月, 2018 1 次提交
  10. 24 5月, 2018 1 次提交
  11. 22 5月, 2018 3 次提交
  12. 21 5月, 2018 2 次提交
  13. 20 5月, 2018 3 次提交
  14. 19 5月, 2018 5 次提交
  15. 18 5月, 2018 1 次提交
  16. 08 4月, 2018 1 次提交
  17. 07 4月, 2018 1 次提交
  18. 03 11月, 2017 2 次提交
  19. 01 5月, 2016 2 次提交
    • A
      80108beb
    • A
      Work with newer SQLAlchemy versions · e1efe0c5
      Ansgar Burchardt 提交于
      Newer SQLAlchemy versions seem to track the `binary` attribute of
      `BinaryMetadata`.  This means the association proxy in `DBBinary`
      would first create a `BinaryMetadata` with `binary` set to `None`,
      flush this to the database and then set the actual value of `binary`
      we want.  However the flush fails, as `NULL` is not allowed for the
      `binary_id` column.
      
      The problem can be avoided by not setting `binary` to `None`.  This is
      treated as an "undefined value" by SQLAlchemy and changing it later
      means the database row never sees `NULL`.
      
      The same applies to the `source` attribute of `SourceMetadata`.
      e1efe0c5
  20. 02 12月, 2015 1 次提交
  21. 17 10月, 2015 1 次提交
  22. 24 8月, 2015 1 次提交