summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Compatible with psycopg2.extras.register_jsonpr/155yihuang2014-12-271-1/+8
* Compatible with psycopg2.extras.register_hstoreyihuang2014-12-271-0/+10
* - ouch, this needs to be in dbapi, not module level!Mike Bayer2014-12-191-7/+8
* - make the google deprecation messages more specific, use full URLMike Bayer2014-12-192-4/+15
* Merge branch 'update-gaerdbms-docs' of https://bitbucket.org/rob_b/sqlalchemy...Mike Bayer2014-12-191-0/+12
|\
| * Update gaerdbms to highlight improved connection methodRob Berry2014-12-181-0/+12
* | Maul the evaulate & friends typoPriit Laes2014-12-197-8/+8
* | - Fixed bug where using a :class:`.TypeDecorator` that implementedMike Bayer2014-12-191-3/+7
|/
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-172-1374/+3
* - Added a version check to the MySQLdb dialect surrounding theMike Bayer2014-12-161-6/+7
* - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-131-112/+187
* - fix unique constraint parsing for sqlite -- may return '' for name, howeverJon Nelson2014-12-131-1/+1
* - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-121-2/+40
* - fix up query update /delete documentation, make warningsMike Bayer2014-12-101-69/+110
* - keep working on fixing #3266, more cases, more testsMike Bayer2014-12-101-4/+5
* - identify another spot where _handle_dbapi_error() needs to do somethingMike Bayer2014-12-081-3/+4
* - simplify the "noconnection" error handling, settingMike Bayer2014-12-082-18/+20
* - force the _has_events flag to True on engines, so thatMike Bayer2014-12-081-0/+3
* - A new series of :class:`.Session` methods which provide hooksMike Bayer2014-12-081-22/+37
* - add an option for bulk_save -> update to not do historyMike Bayer2014-12-072-13/+28
* - fix inheritance persistenceMike Bayer2014-12-073-6/+184
* - initial tests for bulkMike Bayer2014-12-071-1/+2
* - rework the assert_sql system so that we have a context manager to work with,Mike Bayer2014-12-073-33/+75
* Merge branch 'master' into ticket_3100Mike Bayer2014-12-0737-209/+887
|\
| * - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-062-10/+97
| * - enhance only_on() to work with compound specsMike Bayer2014-12-062-1/+6
| * - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-052-21/+30
| * - move inner calls to _revalidate_connection() outside of existingMike Bayer2014-12-051-8/+9
| * - The SQLite dialect, when using the :class:`.sqlite.DATE`,Mike Bayer2014-12-051-1/+59
| * - document / work around that dialect_options isn't necessarily thereMike Bayer2014-12-052-1/+6
| * - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-055-18/+93
| * - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-042-10/+165
| * - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-044-61/+138
| * - Updated the "supports_unicode_statements" flag to True for MySQLdbMike Bayer2014-12-042-3/+2
| * - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-048-9/+57
| * - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-042-1/+6
| * Merge remote-tracking branch 'origin/pr/151' into pr151Mike Bayer2014-12-011-4/+4
| |\
| | * It now calls raise_from_causepr/151Scott Dugas2014-11-031-6/+4
| | * Merge branch 'master' into fdbsql-testsScott Dugas2014-11-0358-1403/+3225
| | |\
| | * | Removed accidental print statementsScott Dugas2014-10-301-2/+0
| | * | Forgot to update usage of ex to exc_valueScott Dugas2014-10-231-1/+1
| | * | Print useful traceback on errorScott Dugas2014-10-231-4/+6
| | * | Support additional args/kwargs on cursor methodScott Dugas2014-10-221-4/+6
| * | | - Fixed bug in :meth:`.Table.tometadata` method where theMike Bayer2014-11-292-11/+15
| * | | - changelog, improve docstring/test for #3217. fixes #3217Mike Bayer2014-11-261-1/+7
| * | | Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt...Mike Bayer2014-11-261-4/+7
| |\ \ \
| | * | | * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org...jonathan vanasco2014-10-031-4/+7
| * | | | Merged in jvanasco/sqlalchemy-alt/issue_docs_event_statement (pull request #33) Mike Bayer2014-11-261-6/+11
| |\ \ \ \
| | * | | | added docs to clarify that sql statement is already in a dialectjonathan vanasco2014-10-171-6/+11
| | |/ / /
| * | | | - use self.parent, not table here as there's an attributeerrorMike Bayer2014-11-251-1/+1