2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message: *: recursive bump for icu 76 shlib major version bump |
2024-11-13 11:52:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-peewee: updated to 3.17.8 3.17.8 * Fix regression in behavior of `delete_instance()` when traversing nullable foreign-keys * Fix bug where joins not cloned when going from join-less -> joined query |
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays |
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message: *: revbump for icu downgrade |
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message: *: recursive bump for icu 76.1 shlib bump |
2024-10-15 18:09:06 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-peewee: updated to 3.17.7 3.17.7 * Add db_url support for psycopg3 via `psycopg3://`. * Ensure double-quotes are escaped properly when introspecting constraints. * A few documentation-related fixes. |
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message: *: clean-up after python38 removal |
2024-08-10 08:52:57 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-peewee: not for Python 3.9 |
2024-07-16 05:46:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-peewee: updated to 3.17.6 3.17.6 Fix bug in recursive model.delete_instance() when a table contains foreign-keys \ at multiple depths of the graph. Fix regression in pool behavior on systems where time.time() returns identical \ values for two connections. This adds a no-op comparable sentinel to the heap to \ prevent any recurrence of this problem. Ensure that subqueries inside CASE statements generate correct SQL. Fix regression that broke server-side cursors with Postgres (introduced in 3.16.0). Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus \ constants are no longer available on the Connection instance. Fix quoting issue in pwiz that could generate invalid python code for \ double-quoted string literals used as column defaults. |
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message: revbump after icu and protobuf updates |