summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/oracle
Commit message (Expand)AuthorAgeFilesLines
* - for DB's w/o a real "autoincrement", reflection should be returningMike Bayer2015-10-071-1/+1
* - Fixed bug in Oracle dialect where reflection of tables and otherMike Bayer2015-10-051-0/+3
* - Fixed support for cx_Oracle version 5.2, which was trippingMike Bayer2015-07-291-2/+5
* - also add this to Oracle, and defensively to firebird and sybaseMike Bayer2015-03-241-0/+2
* - add a note that we aren't really doing zxjdbc right now even thoughMike Bayer2015-03-201-0/+3
* - copyright 2015Mike Bayer2015-03-104-4/+4
* - rename _select_wrapsMike Bayer2015-03-081-2/+1
* - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-071-3/+3
* - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-071-2/+3
* - add versionadded for service_nameMike Bayer2015-02-081-0/+2
* - cx_Oracle.makedsn can now be passed service_name; squashSławek Ehlert2014-04-021-2/+20
* - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-31/+31
* - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-041-9/+156
* - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-15/+6
* - Fixed long-standing bug in Oracle dialect where bound parameterMike Bayer2014-10-111-1/+2
* - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-171-2/+44
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-3/+3
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-204-342/+436
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-094-4/+8
* - repair oracle compilation for new limit/offset system.Mike Bayer2014-05-241-15/+26
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-8/+10
|\
| * Pull out offset/limit to a local variable to reduce the impact of the ineffic...Dobes Vandermeer2014-04-251-8/+10
* | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-262-3/+3
|/
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-223-4/+38
* - changelog for pullreq github:74Mike Bayer2014-03-052-41/+91
* Restore coercion to unicode with cx_Oracle.pr/74Christoph Zwerschke2014-02-271-1/+19
* update docs re: cx_oracle unicode as of 0.9.2, no more outputtypehandlersMike Bayer2014-02-182-22/+33
* - some test fixesMike Bayer2014-01-191-2/+4
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-0/+2
* - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-171-3/+0
* - happy new yearMike Bayer2014-01-054-4/+4
* - Added ORA-02396 "maximum idle time" error code to list ofMike Bayer2013-12-031-1/+2
* Merge pull request #46 from vrajmohan/mastermike bayer2013-11-291-4/+4
|\
| * Fix cross referencespr/46Vraj Mohan2013-11-171-4/+4
* | - fix up rendering of "of"Mike Bayer2013-11-281-4/+4
* | - work in progress, will squashMike Bayer2013-11-281-21/+10
* | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-2/+22
|\ \
| * | added LockmodeArgspr/42Mario Lassnig2013-11-281-6/+16
| * | added ORM supportMario Lassnig2013-11-141-2/+12
| |/
* | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal...Mike Bayer2013-11-231-1/+1
* | - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-4/+1
* | Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-1/+3
|/
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-5/+7
* add caveats regarding RETURNINGMike Bayer2013-09-022-3/+59
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-272-2/+0
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-1/+2
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-6/+2
* get nested joins to render on oracle 8Mike Bayer2013-06-081-3/+10
* - additional oracle fixes. cx_oracle under py3k is complaining about tuples ...Mike Bayer2013-05-271-0/+5