summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* wording about supported dialects for Query.yield_perpr/17Domen Kožar2013-07-141-6/+6
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-134-32/+38
* doc fixMike Bayer2013-07-121-1/+1
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-121-0/+6
* - use inline=True for the insert..select here so it works on oracleMike Bayer2013-07-122-2/+13
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-124-5/+35
* don't split the regexps for chop_traceback()Mike Bayer2013-07-121-4/+2
* Dialect.initialize() is not called a second time if an :class:`.Engine`Mike Bayer2013-07-113-1/+16
* - we dont actually need this unicode cast, on py3k + linux it seems theMike Bayer2013-07-092-8/+2
* - create a new system where we can decorate an event methodMike Bayer2013-07-088-44/+309
* remove undoc-members from query docstring [ticket:2774]Mike Bayer2013-07-071-0/+7
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-055-3/+92
* Fixed bug whereby attribute history functions would failMike Bayer2013-07-041-2/+2
* Fixed bug where :class:`.QueuePool` would lose the correctMike Bayer2013-07-041-1/+6
* add a float exclusion to help oursql build 100%Mike Bayer2013-07-022-0/+10
* Fixed bug when using multi-table UPDATE where a supplementalMike Bayer2013-07-021-2/+2
* Added :class:`.BIGINT` to the list of type names that can beMike Bayer2013-07-021-2/+4
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-10/+12
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-025-110/+245
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-303-46/+83
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-304-1/+19
* - additional fix for [ticket:2750] where on an update, we make sure theMike Bayer2013-06-301-1/+2
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-302-1/+35
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-281-22/+0
* improve the close handling here so that we don't double-close a connection;Mike Bayer2013-06-281-3/+5
* Type lookup when reflecting the Firebird types LONG andMike Bayer2013-06-281-7/+6
* Fixed bug in HSTORE type where keys/values that containedMike Bayer2013-06-281-3/+3
* - fix a regression caused by #2587, where query.join() would apply anMike Bayer2013-06-271-1/+1
* Merge branch 'ticket_2746'Mike Bayer2013-06-263-66/+186
|\
| * - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-263-66/+186
* | Fix indexes reflection in PostgreSQLpr/13Roman Podolyaka2013-06-262-15/+24
|/
* docsMike Bayer2013-06-232-9/+20
* doc fixesMike Bayer2013-06-231-5/+6
* - add a test for pullreq 8Mike Bayer2013-06-231-3/+3
* Merge branch 'master' of https://github.com/asldevi/sqlalchemy into some_branchMike Bayer2013-06-231-1/+2
|\
| * make tests passpr/8Devi2013-06-201-1/+1
| * check if compostite_class is of class typeDevi2013-06-191-1/+2
* | sort here so that exception messages are testableMike Bayer2013-06-231-1/+1
* | tweak this for now, would need a testMike Bayer2013-06-231-3/+3
* | The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-232-111/+237
* | Merge pull request #11 from malor/fix_uc_reflectionmike bayer2013-06-233-13/+26
|\ \
| * | Fix unique constraints reflection in PostgreSQLpr/11Roman Podolyaka2013-06-232-11/+18
| * | Fix unique constraints reflection in SQLiteRoman Podolyaka2013-06-232-1/+6
| * | Improve _test_get_unique_constraints()Roman Podolyaka2013-06-231-1/+2
* | | Fix unicode literals on Python 3.1 and 3.2pr/10Roman Podolyaka2013-06-231-1/+2
|/ /
* | Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-222-3/+39
* | versionaddsMike Bayer2013-06-221-6/+33
* | - 0.8 changelogMike Bayer2013-06-221-11/+11
* | Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-224-2/+246
|\ \ | |/ |/|
| * Documentation for the new range type support.pr/5Chris Withers2013-06-103-6/+19