summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - datetime fixes: got subsecond TIMESTAMP to work [ticket:604],Mike Bayer2007-06-171-2/+14
* - sqlite better handles datetime/date/time objects mixed and matchedMike Bayer2007-06-171-6/+15
* test case for oracle timestamp adaptionMike Bayer2007-06-161-5/+5
* - Fixed typo blocking some assoc proxy dict assignments, added testJason Kirtland2007-06-161-1/+1
* - Iteration over dict association proxies is now dict-like, notJason Kirtland2007-06-142-23/+48
* Multiple MSSQL fixes; see ticket #581Paul Johnston2007-06-132-22/+66
* - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601Jason Kirtland2007-06-131-1/+2
* added StaticPool, stores just one connection.Mike Bayer2007-06-091-0/+25
* - eager loader calls select_mapper so that poly rulesets get picked upMike Bayer2007-06-081-1/+1
* extra test for corresponding column fixMike Bayer2007-06-071-0/+2
* - fixed bug where selectable.corresponding_column(selectable.c.col)Mike Bayer2007-06-061-1/+3
* (no commit message)Rick Morrison2007-06-061-0/+3
* - Rearrange placement of 'fields' (mysql 4.1 reserved word) so that itJason Kirtland2007-06-051-3/+5
* - added 'fields' to reserved words [ticket:590]Mike Bayer2007-06-051-1/+1
* - long-identifier detection fixed to use > rather than >= forMike Bayer2007-06-051-2/+2
* - added filter(), filter_by() to assignmapperMike Bayer2007-06-021-1/+1
* added reset_joinpoint() feature for query, interim until 0.4Mike Bayer2007-06-021-0/+12
* include current versions in warning messages. simplify sqlite_ver test; if a...Jonathan Ellis2007-06-011-3/+3
* add a couple expository notes to docs; fix a couple rst buglets. use modern ...Jonathan Ellis2007-06-011-12/+28
* - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versionsJason Kirtland2007-05-311-20/+28
* - significant speed improvement to ResultProxy, pre-cachesMike Bayer2007-05-311-5/+8
* - some execution fixesMike Bayer2007-05-301-13/+5
* another object.__init__() call with args....might need to build py2.6 to test...Mike Bayer2007-05-261-1/+1
* removed ClauseVisitor.__init__(), doesnt work with python trunkMike Bayer2007-05-261-2/+1
* - Micro-documentation for why we set FOUND_ROWS flag (supports_sane_rowcount)Jason Kirtland2007-05-251-0/+2
* - Coerce 'local_infile' mysql connect argument into an intJason Kirtland2007-05-251-2/+3
* - Nearly all MySQL column types are now supported for declaration andJason Kirtland2007-05-251-49/+593
* - DB connection urls for tests can now be loaded from a configuration fileJason Kirtland2007-05-251-0/+1
* turned off supports_sane_rowcount until someone wants to fix #370Mike Bayer2007-05-251-1/+1
* CompoundSelect (i.e. UNION etc.) needed self_group() to provide parenthesisMike Bayer2007-05-231-0/+3
* - improved support for eagerloading of properties off of mappers that are mappedMike Bayer2007-05-222-15/+21
* fix to previous logging fix...Mike Bayer2007-05-201-2/+3
* - restored logging of "lazy loading clause" under sa.orm.strategies logger,Mike Bayer2007-05-201-2/+3
* restored comparison of 1-element clause list -> ClauseElement, which was brok...Mike Bayer2007-05-201-1/+3
* - fixed bug in query.instances() that wouldnt handle more thanMike Bayer2007-05-201-9/+13
* - removed "no group by's in a select thats part of a UNION"Mike Bayer2007-05-181-1/+0
* - the "primary_key" argument to mapper() is propigated to the "polymorphic"Mike Bayer2007-05-171-6/+8
* - fix to select_by(<propname>=<object instance>) -style joins in conjunctionMike Bayer2007-05-172-2/+8
* fixed LoggingClauseVisitorMike Bayer2007-05-151-13/+19
* - fix to polymorphic query which allows the original polymorphic_unionMike Bayer2007-05-151-3/+3
* - parenthesis are applied to clauses via a new _Grouping construct.Mike Bayer2007-05-146-240/+280
* - _Label propigates "_hide_froms()" so that scalar selectsMike Bayer2007-05-111-1/+4
* propigated detach() and invalidate() methods to Connection.Mike Bayer2007-05-102-0/+37
* - Connections can be detached from their pool, closing on dereference instead...Jason Kirtland2007-05-091-1/+11
* - set max identifier length to 31Mike Bayer2007-05-081-0/+3
* - fix to long name generation when using oid_column as an order byMike Bayer2007-05-071-2/+4
* - session.get() and session.load() propigate **kwargs through to queryMike Bayer2007-05-071-4/+4
* - many-to-many relationships properly set the type of bind paramsMike Bayer2007-05-041-2/+6
* clarifying some cascade-based unit tests, adding a little more coverage,Mike Bayer2007-05-042-36/+9
* - "delete-orphan" no longer implies "delete". ongoing effort toMike Bayer2007-05-032-1/+5