summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/oracle/base.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-1/+32
* Ensure Oracle index w/ col DESC etc. is reflectedMike Bayer2017-08-141-13/+11
* Implement get_unique_constraints, get_check_constraints for OracleEloy Felix2017-05-301-2/+109
* New features from python 2.7Катаев Денис2017-03-171-4/+4
* Implement comments for tables, columnsFrazer McLean2017-03-171-9/+43
* Enable sane_multi_rowcount for cx_OracleMike Bayer2017-03-141-2/+0
* Normalize Oracle reflected FK constraint nameMike Bayer2017-03-131-0/+2
* - update asktom link, fixes #3925Mike Bayer2017-03-061-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Bump "table compression" flag to Oracle 10.1Mike Bayer2016-12-201-1/+1
* Add exclude_tablespaces argument to OracleDavid Fraser2016-09-201-12/+47
* Spelling fixespr/299Ville Skyttä2016-08-081-1/+1
* Adapt "FOR UPDATE OF" with Oracle limit/offsetMike Bayer2016-07-051-3/+22
* Replace some uses of re.sub with str.lstrip/replaceVille Skyttä2016-06-061-1/+1
* Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-021-0/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - 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
* - also add this to Oracle, and defensively to firebird and sybaseMike Bayer2015-03-241-0/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - 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
* - 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-201-180/+235
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - 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
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
|/
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-221-1/+36
* - changelog for pullreq github:74Mike Bayer2014-03-051-3/+20
* update docs re: cx_oracle unicode as of 0.9.2, no more outputtypehandlersMike Bayer2014-02-181-14/+0
* - some test fixesMike Bayer2014-01-191-2/+4
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-0/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - 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
* | 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-021-3/+38
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-271-1/+0