summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - auto-reconnect support improved; a Connection can now automaticallyMike Bayer2007-12-193-18/+227
* Fix the unpacking of the refered table name under FirebirdLele Gaifax2007-12-191-1/+4
* Apply default cascade rules for firebird self-ref ForeignKeys.Jason Kirtland2007-12-181-1/+29
* Use an explicit ordering in the queryLele Gaifax2007-12-181-4/+4
* Add Firebird to the list of DBs that needs explicit sequencesLele Gaifax2007-12-181-2/+1
* get most oracle tests in sql working again....Mike Bayer2007-12-181-2/+4
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-181-0/+4
* - select().as_scalar() will raise an exception if the select does not haveMike Bayer2007-12-182-2/+63
* fixed del historyMike Bayer2007-12-161-0/+6
* - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads,Mike Bayer2007-12-163-6/+75
* Fix bad example of Firebird test DBLele Gaifax2007-12-161-1/+1
* Implemented FBDialect.server_version_info()Lele Gaifax2007-12-151-6/+12
* oof...unicode object still needs to return the value if it just warned...Mike Bayer2007-12-141-1/+8
* oof, history on collections were wrong. fixed byroot_tree test as wellMike Bayer2007-12-141-0/+30
* - simplified _mapper_registry further. its now just a weakkeydict of mapper-...Mike Bayer2007-12-144-14/+206
* added an inheritance testMike Bayer2007-12-141-0/+51
* correction...Jason Kirtland2007-12-141-1/+1
* try to bang mysql tests to workMike Bayer2007-12-142-4/+4
* - merged instances_yields branch r3908:3934, minus the "yield" part which rem...Mike Bayer2007-12-148-104/+377
* - Raise an error when assigning a bogusly keyed dictionary to one of the buil...Jason Kirtland2007-12-143-21/+112
* Fixed some __repr__'s attempting to %d their not-yet-assigned primary key ids.Jason Kirtland2007-12-131-2/+2
* Firebird does use qmark style paramsLele Gaifax2007-12-131-1/+1
* Use the external strlen UDF for func.length() under FirebirdLele Gaifax2007-12-131-0/+22
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-1321-925/+1024
* Disabled some tests with INTERSECT, not handled by FirebirdLele Gaifax2007-12-121-6/+6
* implemented many-to-one comparisons to None generate <column> IS NULL, with c...Mike Bayer2007-12-122-1/+6
* New simple test for Dialect.has_sequence()Lele Gaifax2007-12-121-1/+18
* Reflect Firebird PassiveDefaultsLele Gaifax2007-12-121-1/+3
* - eagerload(), lazyload(), eagerload_all() take an optionalMike Bayer2007-12-113-6/+77
* - fix to cascades on polymorphic relations, such that cascadesMike Bayer2007-12-111-1/+69
* - more query testsMike Bayer2007-12-103-5/+40
* - Query.select_from() now replaces all existing FROM criterion withMike Bayer2007-12-092-2/+143
* Better reflection of Firebird data types.Lele Gaifax2007-12-091-0/+48
* - added a warning when a relation() is added to an inheriting mapper that is ...Mike Bayer2007-12-091-1/+3
* add some updates tooMike Bayer2007-12-091-0/+9
* - added a test for boolean saves/retrievesMike Bayer2007-12-092-1/+40
* - fix up the fixtures comparatorMike Bayer2007-12-092-51/+131
* - mutable primary key support is added. primary key columns can beMike Bayer2007-12-093-19/+348
* - added new methods to TypeDecorator, process_bind_param() andMike Bayer2007-12-081-21/+52
* some updates, remove an old test (really crufty old stuff here)Mike Bayer2007-12-081-26/+12
* [ticket:888] continued, synonym add_propMike Bayer2007-12-081-7/+31
* fixed test which didnt pass along 'allitems' collection to the sort...Mike Bayer2007-12-081-2/+3
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-085-40/+34
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-085-51/+58
* fix to unique bind params, you *can* use the same unique bindparam multiple t...Mike Bayer2007-12-072-9/+13
* - also with dynamic, implemented correct count() behavior as wellMike Bayer2007-12-071-0/+8
* - added "cascade delete" behavior to "dynamic" relations just likeMike Bayer2007-12-071-1/+22
* fixed key error when no pks could be locatedMike Bayer2007-12-071-1/+9
* - generation of "unique" bind parameters has been simplified to use the sameMike Bayer2007-12-069-129/+189
* warn if query.get() used with existing criterionMike Bayer2007-12-061-1/+14