summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* moved hide_froms and aggregate_hide_froms to be only on FromClauseMike Bayer2007-12-161-28/+19
* Revert to use default poolclass under FirebirdLele Gaifax2007-12-151-2/+20
* Remove some spurious spacesLele Gaifax2007-12-151-3/+7
* Fixed minor reST issueLele Gaifax2007-12-151-5/+4
* Documentation markup and a few typosLele Gaifax2007-12-151-241/+242
* Implemented FBDialect.server_version_info()Lele Gaifax2007-12-151-5/+34
* oof...unicode object still needs to return the value if it just warned...Mike Bayer2007-12-141-1/+2
* oof, history on collections were wrong. fixed byroot_tree test as wellMike Bayer2007-12-141-2/+3
* - simplified _mapper_registry further. its now just a weakkeydict of mapper-...Mike Bayer2007-12-146-107/+71
* Firebird module documentationLele Gaifax2007-12-141-12/+125
* - merged instances_yields branch r3908:3934, minus the "yield" part which rem...Mike Bayer2007-12-1410-375/+448
* - Raise an error when assigning a bogusly keyed dictionary to one of the buil...Jason Kirtland2007-12-143-45/+152
* Use the external strlen UDF for func.length() under FirebirdLele Gaifax2007-12-131-0/+6
* Use an external UDF to implement the mod operator under FirebirdLele Gaifax2007-12-121-1/+8
* bug fixesChris Mcdonough2007-12-122-2/+2
* Some code-level docs for r3916Jason Kirtland2007-12-121-0/+5
* implemented many-to-one comparisons to None generate <column> IS NULL, with c...Mike Bayer2007-12-122-2/+28
* - on mysql, emit inner joins as 'INNER JOIN ... ON' (for version 3.23)Jason Kirtland2007-12-121-0/+8
* Reflect Firebird PassiveDefaultsLele Gaifax2007-12-121-11/+32
* Cosmetic changes to the Firebird reflection queries.Lele Gaifax2007-12-111-59/+63
* - eagerload(), lazyload(), eagerload_all() take an optionalMike Bayer2007-12-114-21/+62
* - fix to cascades on polymorphic relations, such that cascadesMike Bayer2007-12-112-5/+8
* commentMike Bayer2007-12-101-0/+3
* refresh_instance becomes an InstanceState so boolean tests are OKMike Bayer2007-12-104-10/+10
* - more query testsMike Bayer2007-12-104-50/+80
* - Query.select_from() now replaces all existing FROM criterion withMike Bayer2007-12-094-70/+120
* Better reflection of Firebird data types.Lele Gaifax2007-12-091-19/+23
* add pydoc for from_statement().Mike Bayer2007-12-091-0/+13
* - added a warning when a relation() is added to an inheriting mapper that is ...Mike Bayer2007-12-092-1/+6
* only report true for source change if added + deleted, dont pick up insertsMike Bayer2007-12-091-1/+1
* mapper uses attributes to get non-cached historyMike Bayer2007-12-092-7/+3
* remove redundant identity map setMike Bayer2007-12-091-1/+2
* - mutable primary key support is added. primary key columns can beMike Bayer2007-12-098-79/+256
* - added new methods to TypeDecorator, process_bind_param() andMike Bayer2007-12-081-4/+31
* [ticket:888] continued, synonym add_propMike Bayer2007-12-082-1/+3
* ok found itMike Bayer2007-12-081-2/+2
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-0815-994/+819
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-082-6/+7
* mapper.instances() is deprecatedMike Bayer2007-12-071-0/+3
* a little refinement to topological options, more to comeMike Bayer2007-12-073-7/+9
* fix to unique bind params, you *can* use the same unique bindparam multiple t...Mike Bayer2007-12-071-1/+1
* - also with dynamic, implemented correct count() behavior as wellMike Bayer2007-12-071-2/+13
* - added "cascade delete" behavior to "dynamic" relations just likeMike Bayer2007-12-072-18/+31
* fixed key error when no pks could be locatedMike Bayer2007-12-071-1/+1
* - generation of "unique" bind parameters has been simplified to use the sameMike Bayer2007-12-064-45/+46
* warn if query.get() used with existing criterionMike Bayer2007-12-061-0/+5
* - query.get() and query.load() do not take existing filter or otherMike Bayer2007-12-061-1/+10
* assert_unicode=True replaced with default of assert_unicode='warn'Mike Bayer2007-12-051-3/+8
* - ordering of cols in pks_by_table and cols_by_table is significant;Mike Bayer2007-12-051-3/+6
* some more omit schemas for [ticket:890]Mike Bayer2007-12-051-2/+2