[Buildbot-commits] [buildbot/buildbot] 8ce54f: Merge branch 'postgres-fixes' of git://github.com/...
noreply at github.com
noreply at github.com
Tue Feb 8 05:35:05 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 8ce54f6965ad0ca0eca103082234a674c959f0aa
https://github.com/buildbot/buildbot/commit/8ce54f6965ad0ca0eca103082234a674c959f0aa
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-02-07 (Mon, 07 Feb 2011)
Changed paths:
M master/buildbot/db/connector.py
M master/buildbot/db/migrate/versions/001_initial.py
M master/buildbot/db/migrate/versions/004_add_autoincrement.py
M master/buildbot/db/migrate/versions/005_add_indexes.py
M master/buildbot/db/model.py
Log Message:
-----------
Merge branch 'postgres-fixes' of git://github.com/PiotrSikora/buildbot
* 'postgres-fixes' of git://github.com/PiotrSikora/buildbot:
Fix typo.
Some more PostgreSQL-love, this time for run-time queries.
Cleaner SQL dialect comparison.
Work-around SQLAlchemy issue when migrating to SERIAL data type.
"BLOB" is invalid type, use "LargeBinary" instead.
Don't use "NULL" as the server default.
Commit: cf8c078a106520afd44f3a98aa62e8702a4c6e7d
https://github.com/buildbot/buildbot/commit/cf8c078a106520afd44f3a98aa62e8702a4c6e7d
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-02-07 (Mon, 07 Feb 2011)
Changed paths:
M master/buildbot/db/connector.py
Log Message:
-----------
restore 'TODO: remove' tags in connector.py
Commit: a3a3c3f625a63edadfa5d807e47a2e5bac94fb6f
https://github.com/buildbot/buildbot/commit/a3a3c3f625a63edadfa5d807e47a2e5bac94fb6f
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-02-07 (Mon, 07 Feb 2011)
Changed paths:
M master/buildbot/db/migrate/versions/005_add_indexes.py
M master/buildbot/db/model.py
Log Message:
-----------
adjust comments about server_defaults
More information about the Commits
mailing list