summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added missing **kwargsMike Bayer2008-08-081-1/+1
* even better...Mike Bayer2008-08-081-1/+2
* - Fixed @on_reconsitute hook for subclassesMike Bayer2008-08-084-4/+31
* - Improved the determination of the FROM clauseMike Bayer2008-08-064-4/+49
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-0611-68/+14
* - The RowTuple object returned by Query(*cols) nowMike Bayer2008-08-056-3/+45
* slightly more user-friendly repr method for CascadeOptionsGaëtan de Menten2008-08-051-1/+1
* Corrected problem in docstring.rel_0_5beta3Michael Trier2008-08-041-0/+7
* - fixed endless loop bug which could occurMike Bayer2008-08-049-26/+120
* TypoLele Gaifax2008-08-041-1/+1
* some doc stuffMike Bayer2008-08-044-9/+47
* removed redundant check to _enable_transaction_accountingMike Bayer2008-08-031-3/+2
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-0313-20/+124
* descriptive error message raised when string-based relation() expressions ina...Mike Bayer2008-08-032-2/+12
* - renamed autoexpire to expire_on_commitMike Bayer2008-08-037-38/+135
* a correction to the recent should_exclude change. should_exclude is a little...Mike Bayer2008-08-031-2/+4
* - The "entity_name" feature of SQLAlchemy mappersMike Bayer2008-08-0226-588/+162
* - Refactored declarative_base() as a thin wrapper over type()Jason Kirtland2008-08-021-27/+54
* - declarative.declarative_base():Jason Kirtland2008-08-022-6/+40
* make ProxyImpl a top-level class (this makes it importable by FormAlchemy, ma...Jonathan Ellis2008-08-011-7/+7
* further refinement to the inheritance "descriptor" detection such thatMike Bayer2008-08-012-33/+56
* test case to disprove [ticket:1126]Mike Bayer2008-08-011-0/+34
* added MutableType, Concatenable to __all__Mike Bayer2008-07-311-1/+1
* - Fixed bug whereby the "unsaved, pending instance"Mike Bayer2008-07-313-3/+45
* relation.order_by requires _literal_as_column conversion as wellMike Bayer2008-07-295-5/+40
* typoGaëtan de Menten2008-07-291-1/+1
* Corrects reflecttable in firebird database. Closes #1119.Michael Trier2008-07-291-1/+1
* Raised an error when sqlite version does not support default values. Address...Michael Trier2008-07-295-12/+19
* added dummy column to correct results on sqliteMike Bayer2008-07-261-1/+2
* - func.count() with no argument emits COUNT(*)Jason Kirtland2008-07-243-2/+25
* Corrected problem with detecting closed connections. Fixed issues in reflect...Michael Trier2008-07-232-4/+9
* allow SQLA-defaults on table columns that are excluded in the mapperMike Bayer2008-07-222-2/+20
* - more accurate changelog messageMike Bayer2008-07-203-8/+35
* - An inheriting class can now override an attributeMike Bayer2008-07-206-15/+79
* - A critical fix to dynamic relations allows theMike Bayer2008-07-193-27/+49
* - Some improvements to the _CompileOnAttr mechanism whichMike Bayer2008-07-193-6/+21
* - Class-bound attributes sent as arguments toMike Bayer2008-07-193-4/+35
* - reverted r4955, that was wrong. The backref responsible for the operation ...Mike Bayer2008-07-196-59/+54
* Corrected a couple of lingering transactional=True statements in the docs.Michael Trier2008-07-193-3/+3
* zoomarks have gone up as a result of r4936, possibly others. not clear whyMike Bayer2008-07-182-5/+5
* - save-update and delete-orphan cascade event handlerMike Bayer2008-07-184-10/+110
* - Fixed a series of potential race conditions inMike Bayer2008-07-183-3/+95
* - MapperProperty gets its .key attribute assigned early, in _compile_property.Mike Bayer2008-07-164-13/+34
* added a new test illustrating a particular inheritance bug. will add ticketMike Bayer2008-07-161-5/+133
* - mysql.MSEnum value literals now automatically quoted when used in a CREATE.Jason Kirtland2008-07-164-36/+102
* - Spiffed up the deprecated decorators & @flipped 'em up topJason Kirtland2008-07-168-27/+32
* Removed deprecated get_version_info, use server_version_infoJason Kirtland2008-07-161-13/+0
* - Overhauled _generative and starargs decorators and flipped to 2.4 @syntaxJason Kirtland2008-07-163-127/+177
* - Fixed some over-long ReST lines & general formatting touchupsJason Kirtland2008-07-151-212/+211
* Completed engine_descriptors() removal (started in r4900)Jason Kirtland2008-07-151-20/+19