summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* - happy new yearMike Bayer2014-01-0510-10/+10
* - improve documentation for return_defaults() and returned_defaults. [ticket...Mike Bayer2013-12-201-1/+9
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-074-34/+36
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-071-1/+1
* - reflection of unique constraints backported to 0.8.4 [ticket:1443]Mike Bayer2013-12-031-1/+1
* - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-251-2/+15
* - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-241-7/+2
* - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-1/+1
* - The :class:`.RowProxy` object is now sortable in Python as a regularMike Bayer2013-11-191-1/+4
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-1/+1
* Fix cross referencespr/44Vraj Mohan2013-11-141-1/+1
* Ensure API doc for make_url and resolve referencesVraj Mohan2013-11-131-2/+2
* Fix cross referencesVraj Mohan2013-11-121-2/+4
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-1/+6
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-1/+6
* | An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-1/+3
* | - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-2/+11
|/
* - The method signature of :meth:`.Dialect.reflecttable`, which inMike Bayer2013-10-112-11/+12
* Merge pull request #25 from gthb/ticket_2821mike bayer2013-09-292-3/+10
|\
| * Hide password in URL and Engine __repr__pr/25Gunnlaugur Þór Briem2013-09-062-3/+10
* | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30Alex Gaynor2013-09-251-18/+7
|/
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-281-1/+9
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-281-6/+17
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-273-1/+61
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-251-5/+4
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-253-0/+23
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-3/+1
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-127-312/+21
* find some more inline imports and move them outMike Bayer2013-08-041-1/+1
* - don't need resolve, don't need import for this. just look in sys.modules,Mike Bayer2013-08-041-1/+1
* a missing cursor.close() here caused a *huge* amount of weird locking issues...Mike Bayer2013-08-021-7/+10
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-011-0/+24
* Dialect.initialize() is not called a second time if an :class:`.Engine`Mike Bayer2013-07-111-0/+1
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-023-24/+32
* these notes about **kw are incorrect, we are talking about the return value hereMike Bayer2013-06-091-8/+0
* - get_unique_constraints() pull requestMike Bayer2013-06-092-0/+4
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-092-0/+39
* Merge branch 'ticket_2587'Mike Bayer2013-06-041-0/+5
|\
| * - add a flag to DefaultDialect for this so that people will have someMike Bayer2013-06-041-0/+3
| * working through tests....Mike Bayer2013-06-021-0/+2
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-037-102/+87
|\ \ | |/
| * get profile 1a back down to 5100 calls, that one was 10% greater due to thisMike Bayer2013-05-261-3/+3
| * a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-1/+1
| * do a sweep of some obvious 3kismsMike Bayer2013-05-263-9/+6
| * - add a test specific to sqlite testing cursor.description encoding (shouldMike Bayer2013-05-261-0/+2
| * that's all of engineMike Bayer2013-05-041-2/+6
| * - OK we have -w sql passing for: sqlite, postgresql, oursql 2.7 + 3.3, mysqld...Mike Bayer2013-05-041-1/+1
| * use logging to output exc_info hereMike Bayer2013-05-041-11/+5
| * - test_types, test_compiler, with sqlite at leastMike Bayer2013-04-281-1/+3
| * resultMike Bayer2013-04-281-2/+2