summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* improved error message when a backref conflicts with a column-based propertyMike Bayer2006-08-121-0/+15
* fixes to types so that database-specific types more easily used;Mike Bayer2006-08-121-1/+25
* turned off default case-folding rules as they wreak havoc with the current un...Mike Bayer2006-08-121-0/+1
* quoting facilities set up so that database-specific quoting can beMike Bayer2006-08-122-0/+73
* added an objectstore clearMike Bayer2006-08-091-1/+1
* adjusted __getstate__ on InstrumentedList to further avoid callables getting ...Mike Bayer2006-08-081-2/+2
* added start of a many-to-many testMike Bayer2006-08-071-2/+58
* fixed small pickle bug with lazy loaders [ticket:265]Mike Bayer2006-08-061-0/+9
* adjustments to pool stemming from changes made for [ticket:224].Mike Bayer2006-08-041-0/+36
* - better check for ambiguous join conditions in sql.Join; propigates to aMike Bayer2006-08-031-1/+2
* [ticket:254]Mike Bayer2006-07-241-0/+15
* fixed reflection of foreign keys to autoload the referenced tableMike Bayer2006-07-221-4/+6
* fix doctest integrationJonathan Ellis2006-07-212-25/+7
* add test for allow_null_pksJonathan Ellis2006-07-211-0/+7
* fixed [ticket:245]rel_0_2_6Mike Bayer2006-07-202-2/+222
* added table.exists()Mike Bayer2006-07-191-0/+3
* added 'checkfirst' argument to table.create()/table.drop()Mike Bayer2006-07-191-0/+16
* mapper compilation work ongoing, someday it'll work....movedMike Bayer2006-07-192-2/+39
* failing test case re: compilationMike Bayer2006-07-191-0/+21
* deferred column load could screw up the connection status inMike Bayer2006-07-141-0/+9
* overhaul to schema, addition of ForeignKeyConstraint/Mike Bayer2006-07-143-21/+85
* added count/count_by to assignmapper, plus a test in activemapper to try it outMike Bayer2006-07-131-0/+2
* fixed up boolean datatype for sqlite, mysql, ms-sqlMike Bayer2006-07-131-0/+26
* still having mappers not getting compiled...sigh...Mike Bayer2006-07-121-1/+19
* sqlite detects version and disables CAST if version < 3.2.3Mike Bayer2006-07-112-1/+7
* adjument to regexp for parsing courtesy Barry WarsawMike Bayer2006-07-101-1/+6
* some refactorings to activemapper, made relationship() class have some polymo...Mike Bayer2006-07-091-3/+35
* added workaround for funny pragma behavior on windows pysqliteMike Bayer2006-07-091-5/+4
* ordering of UPDATE and DELETE statements within groups is nowMike Bayer2006-07-031-3/+3
* got MS-SQL support largely working, including reflection, basic types, fair a...Mike Bayer2006-07-012-6/+10
* fixes to attributes/related so that get_history with passive=True returns noMike Bayer2006-06-301-0/+80
* There were two significant changes in this commit:Jonathan LaCour2006-06-291-6/+4
* inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w...Mike Bayer2006-06-2919-30/+31
* fixed endless loop bug in select_by(), if the traversal hitMike Bayer2006-06-281-0/+9
* Updated ActiveMapper to support order_by parameters on all relationships.Jonathan LaCour2006-06-281-13/+2
* lazy load bind params properly propigate column type [ticket:225]Mike Bayer2006-06-271-8/+33
* PG didnt like 'user' for a table nameMike Bayer2006-06-261-3/+3
* fixed attribute manager's ability to traverse the full set of managed attribu...Mike Bayer2006-06-262-2/+58
* when QueuePool times out it raises a TimeoutError instead ofMike Bayer2006-06-261-3/+6
* fixes to inheritance firing off dependency processors correctly + unittestMike Bayer2006-06-221-1/+58
* identified another TLTransaction scenario, and adjusted TLConnection/TLSessio...Mike Bayer2006-06-221-0/+21
* TLConnection insures that it is used to create a transaction via the session ...Mike Bayer2006-06-221-0/+32
* more compilation fixesMike Bayer2006-06-222-8/+45
* some cleanup to the new compilation changesMike Bayer2006-06-201-1/+0
* more development on using eager loads/limit/offset/join_via/order_by at the s...Mike Bayer2006-06-191-2/+5
* when Query does the "nested select" thing, it copies the ORDER BY to be place...Mike Bayer2006-06-191-0/+15
* added check for conflicting backrefs + unit testMike Bayer2006-06-192-0/+122
* cast converted into its own ClauseElement so that it can have an explicit com...rel_0_2_3Mike Bayer2006-06-171-4/+4
* if an object fails construction, doesnt get added to the sessionMike Bayer2006-06-171-0/+18
* unsupported unit test on mysqlMike Bayer2006-06-161-1/+5