summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* And thus ends support for Python 2.3.Jason Kirtland2008-07-1525-125/+157
* - Fixed a couple lingering exceptions->exc usagesJason Kirtland2008-07-1510-109/+106
* - Fixed bug when calling select([literal('foo')])Mike Bayer2008-07-151-1/+1
* - Added a new SessionExtension hook called after_attach().Mike Bayer2008-07-152-0/+7
* Fix reflection where the table name has a duplicate name in a different schemaPaul Johnston2008-07-151-1/+2
* - The "allow_column_override" flag from mapper() hasrel_0_5beta2Mike Bayer2008-07-141-6/+1
* And moreJason Kirtland2008-07-131-1/+0
* TypoJason Kirtland2008-07-131-1/+1
* Fixed messed up __init__ in MSSmallDate. Fixes #1040.Michael Trier2008-07-131-1/+1
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-137-3/+26
* typoGaëtan de Menten2008-07-111-1/+1
* Added default support to OrderedDict.pop [ticket:585]Jason Kirtland2008-07-101-3/+5
* - Declarative supports a __table_args__ class variable, whichMike Bayer2008-07-091-7/+25
* - Unicode, UnicodeText types now set "assert_unicode" andMike Bayer2008-07-091-4/+4
* - SQLite Date, DateTime, and Time types only accept PythonMike Bayer2008-07-091-4/+3
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-0612-100/+18
* - session.refresh() raises an informative error message ifMike Bayer2008-07-055-13/+38
* Added prefixes option to that accepts a list of string to insert after CREAT...Michael Trier2008-07-052-1/+7
* Added PGCidr type to postgres. Closes #1092Michael Trier2008-07-031-0/+5
* Corrected a reference to alt_schema_2 and fixed a docstring indentation for T...Michael Trier2008-07-031-8/+8
* merge r4889, SQLite Float type, from 0.4 branchMike Bayer2008-07-021-1/+14
* Corrected docstring for Pool class to show that the default value for use_thr...Michael Trier2008-07-021-1/+1
* simplified _get_colspecGaëtan de Menten2008-07-021-5/+1
* Ugh, learning to use git-svn, [4884] was not supposed to go upstream. Reverting.Ants Aasma2008-07-011-4/+0
* Session.bind gets used as a default even when table/mapper specific binds are...Ants Aasma2008-07-011-1/+2
* query update and delete need to autoflushAnts Aasma2008-07-011-0/+4
* - consider args[0] as self when introspecting def(*args): ... [ticket:1091]Jason Kirtland2008-06-291-2/+8
* - fixed up vertical.pyMike Bayer2008-06-281-2/+14
* - Modified SQLite's representation of "microseconds" toMike Bayer2008-06-271-3/+10
* use normal ScopedSession, with autoflush, instead of custom oneJonathan Ellis2008-06-271-26/+8
* `session.Query().iterate_instances()` has been renamed to just `instances()`....Gaëtan de Menten2008-06-251-15/+4
* - Repaired `__str__()` method on Query. [ticket:1066]Mike Bayer2008-06-241-1/+1
* - Fixed explicit, self-referential joins between twoMike Bayer2008-06-221-6/+6
* fixed the quote() call within dropper.visit_index()Mike Bayer2008-06-221-1/+1
* merged r4870 from 0.4 branch, index name truncation, [ticket:820]Mike Bayer2008-06-226-11/+22
* - merged r4868, disallow overly long names from create/drop, from 0.4 branch,...Mike Bayer2008-06-225-25/+63
* - fixed some concrete inheritance ramifications regarding r4866Mike Bayer2008-06-211-4/+4
* - implemented [ticket:887], refresh readonly props upon saveMike Bayer2008-06-212-17/+48
* - In addition to expired attributes, deferred attributesMike Bayer2008-06-212-4/+16
* better commentGaëtan de Menten2008-06-201-1/+2
* - Oops, convert @decorator to 2.3 syntax and strengthen raw_append test.Jason Kirtland2008-06-191-1/+1
* - Added is_active flag to Sessions to detect whenMike Bayer2008-06-171-1/+7
* merged r4857, postgres server_side_cursors fix, from 0.4 branchMike Bayer2008-06-171-1/+4
* - merged r4841 from 0.4 branch (enable_typechecks lockdown)Mike Bayer2008-06-122-8/+8
* restored a "distinct" setting that got whackedMike Bayer2008-06-091-1/+1
* docstrings for instances()/iterate_instances()Mike Bayer2008-06-091-0/+17
* - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ...Mike Bayer2008-06-095-142/+77
* merged merge fix from r4834/rel_0_4 branchMike Bayer2008-06-033-3/+6
* make Query._clone() class-agnosticMike Bayer2008-06-022-6/+2
* - removed query.min()/max()/sum()/avg(). these should be called using column...Mike Bayer2008-06-024-74/+144