summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - extra merge testMike Bayer2007-11-022-1/+2
* - merge() includes a keyword argument "dont_load=True". setting this flag wi...Mike Bayer2007-11-022-6/+11
* - session checks more carefully when determining "object X already in another...Mike Bayer2007-11-012-39/+36
* Fixed truth-evaluation of mapped objects (part of [ticket:676]Jason Kirtland2007-11-011-2/+6
* - merged factor_down_bindparams branch.Mike Bayer2007-11-015-187/+122
* - A more efficient IdentitySetJason Kirtland2007-10-311-106/+116
* - split ScalarInstrumentedAttribute into a "scalar" and an "object" version.Mike Bayer2007-10-312-22/+60
* dont call up new session unless save_on_initMike Bayer2007-10-311-1/+1
* - also added proxying of save_or_update to scoped sessions.Ants Aasma2007-10-312-3/+6
* added REAL to reflection listMike Bayer2007-10-311-0/+1
* Added proxying of __contains__ and __iter__ methods for scoped sessionsAnts Aasma2007-10-311-1/+1
* Fixup sp_columns callPaul Johnston2007-10-311-1/+1
* Fixed a truncation error when re-assigning a subset of a collectionJason Kirtland2007-10-311-5/+15
* Added util.IdentitySet to support [ticket:676] and [ticket:834]Jason Kirtland2007-10-311-1/+192
* Formatting tweaks.Jason Kirtland2007-10-311-25/+25
* - Removed unused util.hash()Jason Kirtland2007-10-312-22/+16
* - Refinements for maxdb's handling of SERIAL and FIXED columnsJason Kirtland2007-10-311-18/+38
* - Added the NUMERIC sql type aliasJason Kirtland2007-10-312-12/+13
* - fix to "row switch" behavior, i.e. when an INSERT/DELETE is combined into aMike Bayer2007-10-303-11/+21
* - restored MapperExtension functionality for [ticket:829], added test coverageMike Bayer2007-10-291-1/+4
* - fixed INSERT statements w.r.t. primary key columns that have SQL-expressionMike Bayer2007-10-281-5/+8
* - fixed expression translation of text() clauses; this repairs variousMike Bayer2007-10-281-1/+1
* - a little cleanup to deferred inheritance loadingMike Bayer2007-10-281-33/+31
* - merged path_based_options branchMike Bayer2007-10-285-119/+91
* - inlined a couple of context variablesMike Bayer2007-10-274-24/+19
* - removed regular expression step from most statement compilations.Mike Bayer2007-10-272-51/+45
* clear MapperStub ArgSingletons on clear_mappers() too...Mike Bayer2007-10-271-0/+2
* - fixed eager calc endless loop, introduced by r3646? this issue should have...Mike Bayer2007-10-271-2/+2
* - fixed clear_mappers() behavior to better clean up after itselfMike Bayer2007-10-272-3/+3
* Make access dao detecting more reliable #828Paul Johnston2007-10-261-3/+9
* remove unused methodMike Bayer2007-10-251-13/+0
* - removed needless 'continue'Mike Bayer2007-10-251-2/+0
* - refactored _compile_properties/_compile_property, removed redundant code.Mike Bayer2007-10-251-91/+82
* - de-cruftified backref configuration code, backrefs which step on existingMike Bayer2007-10-241-32/+22
* - Added initial version of MaxDB dialect.Jason Kirtland2007-10-232-2/+1087
* Added support for dialects that have both sequences and autoincrementing PKs.Jason Kirtland2007-10-236-12/+37
* - The post_exec() hook now gets invoked before autocommit fires.Jason Kirtland2007-10-231-2/+3
* - Now guarding against broken DB-APIs when wrapping their exceptions.Jason Kirtland2007-10-221-2/+8
* - sqlite will reflect "DECIMAL" as a numeric columnMike Bayer2007-10-221-0/+1
* exception message, [ticket:826]Mike Bayer2007-10-221-1/+1
* - the whole OperationContext/QueryContext/SelectionContext thing greatly scal...Mike Bayer2007-10-215-233/+139
* - Added contains operator (which generate a "LIKE %<other>%" clause).Gaƫtan de Menten2007-10-192-2/+23
* Fixed empty (zero column) sqlite inserts, allowing inserts onJason Kirtland2007-10-191-0/+15
* - added test coverage for unknown type reflection, fixedMike Bayer2007-10-182-4/+4
* - removed __len__ from "dynamic" collection as it would require issuingMike Bayer2007-10-171-7/+0
* Make ActiveMapper support viewonly propertyPaul Johnston2007-10-171-11/+10
* - Added support for UPDATE with LIMIT on mysql.Jason Kirtland2007-10-161-2/+40
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-12/+18
* - string-based query param parsing/config file parser understandsMike Bayer2007-10-161-2/+14
* - Fixed SQL compiler's awareness of top-level column labels as usedMike Bayer2007-10-164-9/+13