ooze/ooze/squeal
Manuel Hirth f37122eec7 renamed MetaChildAware to ChildAwareMeta 2024-02-05 21:48:45 +01:00
..
__init__.py Added support for information_schema to squeal 2023-04-11 13:00:25 +02:00
base.py Fix for RawSQL in squeal 2023-04-11 12:59:28 +02:00
clauses.py Changed database logic to explicitly use Cursor objects; Added row factories to have Cursor.fetch* return Model objects; Adjusted test suite to reflect those changes 2023-11-07 06:14:54 +01:00
columns.py Added support for information_schema to squeal 2023-04-11 13:00:25 +02:00
constraints.py added indexes and function calls to SQL generator 2023-02-17 06:47:00 +01:00
exceptions.py
expressions.py fixed bugs in session logic, added function references to squeal as well as an automatically filled 'created' column for sessions and made generalized hooks canonical 2023-03-05 23:38:14 +01:00
indexes.py restructured database subsystem, added test fixtures and first database tests. also default config including database metadata for testing 2023-08-10 00:05:48 +02:00
introspection.py Added support for information_schema to squeal 2023-04-11 13:00:25 +02:00
predicates.py Added JOIN support to squeal 2023-10-29 00:26:00 +02:00
statements.py JOINed fields for model-based database queries now get automagically inserted into obj.joined, database hooks moved to database/__init__, extended test suite 2023-11-12 11:54:01 +01:00
tables.py renamed MetaChildAware to ChildAwareMeta 2024-02-05 21:48:45 +01:00