summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Demonstrate mssql url examples for the database engine documentation. Closes ...Michael Trier2008-10-231-0/+6
* Included documentation about the defaults for create_session() and how they d...Michael Trier2008-10-231-0/+2
* Corrected case in mssql where binary expression has bind parameters on both s...Michael Trier2008-10-231-1/+2
* - Added more granularity to internal attribute access, suchMike Bayer2008-10-224-26/+85
* add lengths to colsMike Bayer2008-10-211-2/+2
* - polymorphic_union() function respects the "key" of eachMike Bayer2008-10-213-4/+54
* - added NoReferencedColumnError, common base class of NoReferenceErrorMike Bayer2008-10-215-11/+75
* Corrected missing declaration in the mssql dialect test.Michael Trier2008-10-211-0/+1
* Corrected the is_subquery() check based on recent changes. Excluded the test_...Michael Trier2008-10-212-2/+2
* Slightly changed behavior of IN operator for comparing to empty collections. ...Ants Aasma2008-10-204-4/+16
* Corrected profiling expected call count down to 42 for the test_insert test.Michael Trier2008-10-201-1/+1
* Modifications to allow the backends to control the behavior of an empty inser...Michael Trier2008-10-206-25/+36
* - Improved weakref identity map memory management to no longerMike Bayer2008-10-197-59/+88
* Verified that Subqueries are not allowed in VALUES. mssql supports a SELECT s...Michael Trier2008-10-191-1/+1
* Cleaned up the create_connect_args so that it makes no expectations about key...Michael Trier2008-10-192-8/+56
* tiny tiny speed improvements....Mike Bayer2008-10-186-40/+45
* call count still goes to 131 for 2.4 despite the removal of ~12 lines from vi...Mike Bayer2008-10-181-1/+1
* - 0.5.0rc3, dohMike Bayer2008-10-1818-187/+59
* oracle doesnt seem to like CLOB in unions....Mike Bayer2008-10-181-7/+2
* - "not equals" comparisons of simple many-to-one relationMike Bayer2008-10-189-94/+91
* Moved r5164's @lazy_property to @memoized_property, updated existing @memoize...Jason Kirtland2008-10-174-35/+47
* Cache polymorphic_iterator in UOWTask; substantial savings for polymorphism-h...Jason Kirtland2008-10-172-1/+18
* Unless I'm missing something mssql doesn't support and / or within column sel...Michael Trier2008-10-161-0/+1
* - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_5rc2Mike Bayer2008-10-123-3/+55
* reduce cruft related to serializable loadersMike Bayer2008-10-121-31/+7
* a much easier way to ArgSingletonMike Bayer2008-10-123-54/+11
* Removed the visit_function stuff in mssql dialect. Added some tests for the f...Michael Trier2008-10-113-13/+12
* Correction of mssql schema reflection in reflectable. Still a problem since t...Michael Trier2008-10-112-3/+6
* indicated that test_empty_insert fails on mssql since pyodbc returns a -1 alw...Michael Trier2008-10-091-2/+2
* Corrected docstring for Query.one. Fixes #1190.Michael Trier2008-10-081-2/+2
* - Oracle will detect string-based statements which containMike Bayer2008-10-073-1/+13
* Added in sqlite3 DBAPI to the SQLite dbengine docs. This along with a wiki ed...Michael Trier2008-10-051-1/+1
* Documented synonym_for and comparable_using in the main docstring for declara...Michael Trier2008-10-051-0/+24
* Corrected docs for declarative synonym incorrectly referring to instruments i...Michael Trier2008-10-051-3/+3
* fixed test for #1175Mike Bayer2008-10-051-6/+5
* - fix outerjoin, add order_by for DB varianceMike Bayer2008-10-041-4/+3
* Change in #1165 tests to prevent MySQL from choking on a varchar without a le...Michael Trier2008-10-041-2/+2
* Corrects issue where engine.execute raised exception when given empty list. F...Michael Trier2008-10-042-1/+8
* - using contains_eager() against an alias combined with an overall query alia...Mike Bayer2008-10-043-16/+81
* - added a few more assertions for [ticket:1165]Mike Bayer2008-10-042-4/+7
* Didnt think about <2.5. When will I learn.Michael Trier2008-10-041-2/+13
* Allowed column types to be callables. Fixes #1165.Michael Trier2008-10-043-5/+34
* - Adjustment to Session's post-flush accounting of newlyMike Bayer2008-10-032-11/+16
* - identity_map._mutable_attrs is a plain dict since we manage weakref removal...Mike Bayer2008-10-023-5/+56
* the @property / __slots__ fairy pays a visitMike Bayer2008-10-013-57/+48
* Issue a better error message when someone decides to meddle with the active t...Ants Aasma2008-09-301-2/+3
* Fixed session.transaction.commit() on a autocommit=False session not starting...Ants Aasma2008-09-303-7/+14
* - session.execute() will execute a Sequence object passed toMike Bayer2008-09-2810-125/+176
* - Fixed up slices on Query (i.e. query[x:y]) to work properlyMike Bayer2008-09-284-9/+64
* Tidy.Jason Kirtland2008-09-281-3/+2