summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - 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
* merged r4829 of rel_0_4, [ticket:1058]Mike Bayer2008-06-012-2/+6
* merged [ticket:1062] fix from 0.4 branch r4827Mike Bayer2008-05-301-1/+8
* - improved the attribute and state accounting performed by query.update() and...Mike Bayer2008-05-291-5/+20
* Add delete and update methods to queryAnts Aasma2008-05-291-3/+93
* Not implemenented binary ops also raise UnevaluatableErrorAnts Aasma2008-05-291-0/+2
* add with_only_columns to Select to allow for removing columns from selectsAnts Aasma2008-05-291-0/+10
* Preliminary implementation for the evaluation frameworkAnts Aasma2008-05-291-0/+96
* - added "CALL" to Mysql select keywordsMike Bayer2008-05-272-2/+2
* added string argument resolution to relation() in conjunction with declarativ...Mike Bayer2008-05-262-17/+64
* oracle dialect takes schema name into account when checking for existing tablesMike Bayer2008-05-241-1/+3
* - PropertyLoader.foreign_keys becomes privateMike Bayer2008-05-243-105/+93
* - removed info about _local_remote_pairs from PropertyLoader.__determine_fksMike Bayer2008-05-242-5/+5
* merged r4809 from rel_0_4, oracle fixMike Bayer2008-05-241-2/+2
* Removed inlining for list.append.Jason Kirtland2008-05-231-7/+1
* - unrolled loops for the simplified Session.get_bind() argsJason Kirtland2008-05-211-18/+18
* - globally renamed refresh_instance to refresh_stateMike Bayer2008-05-214-54/+41