Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: b92033a83cb5efa81d4069ce49c3e6cbe9ac647a
      
https://github.com/buildbot/buildbot/commit/b92033a83cb5efa81d4069ce49c3e6cbe9ac647a
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2014-10-12 (Sun, 12 Oct 2014)

  Changed paths:
    M master/buildbot/db/migrate/versions/025_add_master_table.py

  Log Message:
  -----------
  Fix the type of the 'masterid' case statement

It seems that newish versions of pg8000 complain (probably correctly)
that a case statement is of text type, but the masterid column should be
an integer.  This adds an explicit cast, which works fine across all
three database engines.


  Commit: a343b1fc5919d3943aeaaa021f59542ce19de70f
      
https://github.com/buildbot/buildbot/commit/a343b1fc5919d3943aeaaa021f59542ce19de70f
  Author: Mikhail Sobolev <[email protected]>
  Date:   2014-10-13 (Mon, 13 Oct 2014)

  Changed paths:
    M master/buildbot/db/migrate/versions/025_add_master_table.py

  Log Message:
  -----------
  Merge pull request #1255 from djmitche/025-masterid-type-fix

Fix the type of the 'masterid' case statement

See ticket:2933


Compare: 
https://github.com/buildbot/buildbot/compare/2de3ca0b6b3e...a343b1fc5919
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to