summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - parent transactions weren't started on the connection when adding a connect...Ants Aasma2008-01-205-77/+294
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-1917-76/+89
* - Added source transformation framework for non-2.4 parser implementationsJason Kirtland2008-01-192-0/+414
* - Oracle assembles the correct columns in the result setMike Bayer2008-01-195-5/+49
* - some expression fixup:Mike Bayer2008-01-195-94/+169
* check for session is none, [ticket:940]Mike Bayer2008-01-172-1/+3
* Updated bit about coverage.pyJason Kirtland2008-01-161-1/+1
* - dynamic relations, when referenced, create a strongMike Bayer2008-01-163-13/+70
* - default the root logger level only if unsetJason Kirtland2008-01-161-1/+2
* maintain the ordering of the given collection of columns when reducing so tha...Mike Bayer2008-01-151-1/+1
* avoid unnecessary mapper.extension copyMike Bayer2008-01-151-1/+1
* finally, a really straightforward reduce() method which reduces colsMike Bayer2008-01-158-110/+186
* - select_table mapper turns straight join into aliased select + custom PK, to...Mike Bayer2008-01-154-8/+53
* added more (failing) tests to query, will need to fix [ticket:932] [ticket:933]Mike Bayer2008-01-142-185/+216
* - query.join() can now accept class-mapped attributesMike Bayer2008-01-144-17/+80
* - applying some refined versions of the ideas in the smarter_polymorphicMike Bayer2008-01-149-115/+232
* - _get_equivalents() converted into a lazy-initializing property; Query was c...Mike Bayer2008-01-135-16/+59
* - testbase is gone, replaced by testenvJason Kirtland2008-01-12119-1620/+1652
* - Undeclared SAWarnings are now fatal to tests as well.Jason Kirtland2008-01-129-271/+280
* fixed NOT ILIKEMike Bayer2008-01-113-3/+8
* - added "ilike()" operator to column operations.Mike Bayer2008-01-116-15/+45
* Reverted to False Firebird's supports_sane_rowcountLele Gaifax2008-01-111-1/+1
* Try to reflect also the Sequence on the PK under FirebirdLele Gaifax2008-01-113-4/+47
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-1118-458/+512
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-1013-267/+283
* - unit test for r4048Mike Bayer2008-01-102-15/+25
* - added a mapper() flag "eager_defaults"; when set toMike Bayer2008-01-103-10/+35
* - added extra fk override testMike Bayer2008-01-104-4/+48
* Recognize another Firebird exception in dialect.is_disconnect()Lele Gaifax2008-01-101-0/+2
* - finally added PGMacAddr type to postgresMike Bayer2008-01-102-1/+9
* converted tests to use remote_side and foreign_keys. but...wow these are har...Mike Bayer2008-01-101-8/+6
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-1024-439/+576
* test suite deprecation rampageJason Kirtland2008-01-0926-364/+450
* bump.Jason Kirtland2008-01-092-1/+5
* formatting, added UnicodeTextrel_0_4_2p3Mike Bayer2008-01-091-44/+62
* Silenced deprecation warnings when testing deprecated extensions...Jason Kirtland2008-01-092-86/+101
* Added explicit length to more testing String columns.Jason Kirtland2008-01-093-26/+26
* re-bumpJason Kirtland2008-01-092-5/+5
* Added UnicodeText aliasJason Kirtland2008-01-094-61/+87
* - fixed bug with session.dirty when using "mutable scalars"Mike Bayer2008-01-096-10/+40
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-0916-18/+53
* - fixed bug in union() so that select() statements which don't deriveMike Bayer2008-01-083-1/+14
* - Text type is properly exported now and does not raise a warningMike Bayer2008-01-084-8/+17
* Fixed reflection of mysql empty string column defaults.Jason Kirtland2008-01-083-4/+26
* bumpMike Bayer2008-01-072-1/+3
* logged [ticket:923] fixrel_0_4_2bMike Bayer2008-01-071-1/+6
* Fix for ticket [923]Rick Morrison2008-01-071-17/+13
* - fixed an attribute history bug whereby assigning a new collectionMike Bayer2008-01-077-17/+74
* - suppressing *all* errors in InstanceState.__cleanup() now.Mike Bayer2008-01-062-9/+5
* - fixed bug which could occur with polymorphic "union" mapperMike Bayer2008-01-064-5/+150