summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - added "autocommit=True" kwarg to select() and text(),Mike Bayer2008-01-312-5/+25
* - implemented RowProxy.__ne__ [ticket:945], thanks knutroyJason Kirtland2008-01-311-57/+60
* - the startswith(), endswith(), and contains() operatorsMike Bayer2008-01-311-33/+33
* - Oracle and others properly encode SQL used for defaultsMike Bayer2008-01-302-1/+3
* docstring fixMike Bayer2008-01-301-1/+4
* - next release will be 0.4.3Mike Bayer2008-01-303-7/+17
* - "Passive defaults" and other "inline" defaults can nowMike Bayer2008-01-281-3/+14
* - Fixed bug in polymorphic inheritance where incorrectMike Bayer2008-01-271-2/+7
* - added standalone "query" class attribute generatedMike Bayer2008-01-252-3/+30
* - Flipped join order of __radd__ on association proxied lists.Jason Kirtland2008-01-241-1/+7
* - IdentitySet binops no longer accept plain sets.Jason Kirtland2008-01-241-16/+12
* A little clarity tweak to r4093Jason Kirtland2008-01-241-3/+3
* Corrected behavior of get_cls_kwargs and friendsJason Kirtland2008-01-241-10/+28
* - query.join() can also accept tuples of attributeMike Bayer2008-01-233-15/+52
* whups, args in wrong orderMike Bayer2008-01-231-2/+2
* more descriptive error message for m2m concurrency errorMike Bayer2008-01-231-2/+2
* more capability added to reduce_columnsMike Bayer2008-01-231-3/+7
* - 2.3 fixup part three: 100% on postgres, mysqlJason Kirtland2008-01-221-1/+1
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-213-33/+96
* clean up a little close() sillinessMike Bayer2008-01-201-5/+7
* factor create_row_adapter into sql.util.row_adapterMike Bayer2008-01-202-40/+42
* fix rollback behavior with transaction context manager and failed two phase t...Ants Aasma2008-01-201-6/+6
* - parent transactions weren't started on the connection when adding a connect...Ants Aasma2008-01-202-74/+145
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-192-2/+2
* - Oracle assembles the correct columns in the result setMike Bayer2008-01-192-4/+11
* - some expression fixup:Mike Bayer2008-01-192-22/+46
* check for session is none, [ticket:940]Mike Bayer2008-01-171-1/+1
* - dynamic relations, when referenced, create a strongMike Bayer2008-01-161-13/+12
* - 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-154-107/+48
* - select_table mapper turns straight join into aliased select + custom PK, to...Mike Bayer2008-01-153-2/+52
* - query.join() can now accept class-mapped attributesMike Bayer2008-01-142-13/+36
* - applying some refined versions of the ideas in the smarter_polymorphicMike Bayer2008-01-146-109/+156
* - _get_equivalents() converted into a lazy-initializing property; Query was c...Mike Bayer2008-01-133-14/+30
* fixed NOT ILIKEMike Bayer2008-01-112-2/+3
* - added "ilike()" operator to column operations.Mike Bayer2008-01-113-2/+7
* 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-111-3/+30
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-1117-442/+495
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-1012-266/+281
* - unit test for r4048Mike Bayer2008-01-101-1/+0
* - added a mapper() flag "eager_defaults"; when set toMike Bayer2008-01-101-8/+23
* - added extra fk override testMike Bayer2008-01-101-1/+9
* Recognize another Firebird exception in dialect.is_disconnect()Lele Gaifax2008-01-101-0/+2
* - finally added PGMacAddr type to postgresMike Bayer2008-01-101-0/+5
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-5/+2
* test suite deprecation rampageJason Kirtland2008-01-094-22/+49
* Added UnicodeText aliasJason Kirtland2008-01-092-22/+28