phryk
|
9cf17876a8
|
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 |
phryk
|
9dbb85007d
|
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 |
phryk
|
c458da3310
|
added automagic generation of introspection table classes for database layer, a hybrid class/instance method decorator, .delete on Model that generates a Statement object when invoked from class, but executes a delete with where clause when invoked from instance, slightly extended database tests
|
2023-08-29 06:05:31 +02:00 |
phryk
|
8fa9bba1a6
|
extended database tests
|
2023-08-14 21:44:29 +02:00 |
phryk
|
5666b9a4da
|
fixed bug in Model.load, moved tests around, routing tests now use app fixture
|
2023-08-14 00:44:37 +02:00 |