summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Changed the py-postgresql dialect to indicate that it is using the pyformat p...Michael Trier2010-02-231-7/+4
* - The "allow_null_pks" flag is now called "allow_partial_pks",Mike Bayer2010-02-223-10/+29
* - DeclarativeMeta exclusively uses cls.__dict__ (not dict_)Mike Bayer2010-02-221-7/+8
* The py-postgresql dialect now supports sane rowcounts.Michael Trier2010-02-221-1/+3
* add import for "random"Mike Bayer2010-02-221-0/+1
* - added util.portable_instancemethod to provide a quick way to make an instan...Mike Bayer2010-02-223-22/+60
* Fixed up the pypostgresql PGNumeric bind_processor to convert input to a string.Michael Trier2010-02-221-1/+1
* - Composite PK table on InnoDB where the "autoincrement" columnMike Bayer2010-02-222-12/+36
* Fixed up the pypostgresql dialect so it appears in __init__.Michael Trier2010-02-221-2/+2
* generalized "test all the picklers" iterator works cross platformMike Bayer2010-02-221-0/+18
* clean up some skips, added skip for sqlite + python2Mike Bayer2010-02-213-2/+37
* extract fixMike Bayer2010-02-211-0/+5
* remove __cmp__, move to __lt__ , __eq__ per http://docs.python.org/dev/3.0/wh...Mike Bayer2010-02-201-5/+16
* unicode fix that gets around nose's stringio usageMike Bayer2010-02-201-14/+4
* - Fixed cascade bug in many-to-one relation() when attributeMike Bayer2010-02-163-15/+27
* - A change to the solution for [ticket:1579] - an end-userMike Bayer2010-02-161-16/+27
* tighten up conditionals a bit. this method is still doing too much, i.e. the...Mike Bayer2010-02-161-42/+51
* sillinessMike Bayer2010-02-161-5/+1
* some more 2.4 test fixesMike Bayer2010-02-151-0/+1
* exclude this test for everyone but sqliteMike Bayer2010-02-151-1/+18
* more cleanupMike Bayer2010-02-152-44/+75
* Gave the "state" internals a good solidMike Bayer2010-02-145-137/+156
* - fix C version of rowproxy pickling so that it pickles to the same formatGaëtan de Menten2010-02-142-15/+10
* fixed a huge bug in the C version of the unicode processorGaëtan de Menten2010-02-141-1/+1
* - Further fixes for the mysql-connector dialect. [ticket:1668]Mike Bayer2010-02-142-11/+60
* - query.one() no longer applies LIMIT to the query, this toMike Bayer2010-02-141-31/+64
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-1319-390/+1437
* - Documentation clarification for query.delete()Mike Bayer2010-02-131-4/+8
* - reduced a bit of overhead in attribute expiration, particularlyMike Bayer2010-02-136-20/+41
* - For those who might use debug logging onMike Bayer2010-02-136-196/+166
* formattingMike Bayer2010-02-121-7/+8
* since I just got confused over my own serializer module, clarify its purposeMike Bayer2010-02-121-9/+18
* this is beta2Mike Bayer2010-02-121-1/+1
* - Made sqlalchemy.sql.expressions.Executable part of publicMike Bayer2010-02-123-25/+42
* - The type/expression system now does a more complete jobMike Bayer2010-02-114-170/+221
* slightly simplify/optimize string/unicode bind processorGaëtan de Menten2010-02-111-7/+12
* - Added "native_datetime=True" flag to create_engine().Mike Bayer2010-02-112-9/+79
* Fixed bug in session.merge() blocking dict-like collections from merging.Jason Kirtland2010-02-111-1/+4
* Fix mysql reflection of TINYINT(1) UNSIGNED columns.Jason Kirtland2010-02-101-2/+3
* - Restored the keys() method to ResultProxy.Mike Bayer2010-02-101-1/+8
* - Fixed reflection bug whereby when COLLATE was present,Mike Bayer2010-02-101-2/+2
* Fix instance.__eq__() regression in orm attributes.Jason Kirtland2010-02-091-7/+17
* - Query called in the context of an expression will renderMike Bayer2010-02-081-2/+12
* - Now uses sqlalchemy.orm.exc.DetachedInstanceError when anMike Bayer2010-02-074-16/+19
* add sql_compiler property to all Compiled subclasses for convenienceMike Bayer2010-02-072-0/+14
* dont reference self.statement during compilationMike Bayer2010-02-071-1/+1
* - FunctionElement subclasses are now directly executable theMike Bayer2010-02-072-4/+5
* add a note about type for ColumnElementMike Bayer2010-02-071-0/+8
* fixMike Bayer2010-02-061-1/+1
* - Re-established initial support for pymssql.Mike Bayer2010-02-061-13/+7