1. 01 7月, 2012 4 次提交
  2. 14 6月, 2012 5 次提交
  3. 01 6月, 2012 6 次提交
  4. 28 5月, 2012 2 次提交
  5. 21 5月, 2012 1 次提交
  6. 15 5月, 2012 1 次提交
  7. 12 5月, 2012 4 次提交
  8. 11 5月, 2012 3 次提交
    • A
      Use with statement instead of temporary table · c9f2c296
      Ansgar Burchardt 提交于
      SQLAlchemy might use server-side cursors and prepend a
      
        DECLARE "..." CURSOR WITHOUT HOLD FOR
      
      to the statement.  This does not work if the statement starts with creating a
      temporary table.
      c9f2c296
    • A
      Move "import utils" into function · dc922f3b
      Ansgar Burchardt 提交于
      This breaks a dependency cycle (as utils.py imports dbconn.py again) and allows
      the tests to pass again.
      dc922f3b
    • J
      Merge remote-tracking branch 'ansgar/pu/wheezy' into merge · 6b3c8ccb
      Joerg Jaspert 提交于
      * ansgar/pu/wheezy:
        Remove dead code.
        Remove redundant indices from database.
        Add path to removal logs to minimal configuration.
        Make dominate -s <suite> work without Obsolete::Options::Suite set.
        setup/README: update for postgresql-9.1
        setup/README: remove no longer needed postgresql packages
        stop using deprecated python-apt functions
        merge check for Description field with other checks
        add our own deb_extract_control function
        Stop passing order_by as a string.
        Allow use with SQLAlchemy 0.7
      Signed-off-by: NJoerg Jaspert <joerg@debian.org>
      6b3c8ccb
  9. 10 5月, 2012 8 次提交
  10. 09 5月, 2012 4 次提交
  11. 21 4月, 2012 1 次提交
  12. 29 3月, 2012 1 次提交