124 Commits

Author SHA1 Message Date
Anthony Tuininga
d85e90a468 Add note that SQL and PL/SQL statements are handled differently when binding by
position and that binding by name is generally recommended.
2017-05-24 12:00:31 -06:00
Anthony Tuininga
881a0f818b Correct typo (https://github.com/oracle/python-cx_Oracle/issues/24). 2017-05-15 08:10:43 -06:00
Anthony Tuininga
7e29e743ab Tidy up release notes a bit. 2017-04-20 16:50:52 -06:00
Anthony Tuininga
a3959dbfd9 Correct documentation for the Object.first() and Object.last() methods. 2017-04-20 16:41:03 -06:00
Anthony Tuininga
87603a60bb Update documentation to indicate that Oracle 12.2 is now supported and exactly
which versions of Python are supported.
2017-04-18 13:47:58 -06:00
Anthony Tuininga
826597c6bf Update release month in preparation for release of cx_Oracle 6.0 beta 1. 2017-04-18 13:40:59 -06:00
Anthony Tuininga
d69dc840a8 Improve wording and include additional links to samples. 2017-04-17 11:11:16 -06:00
Anthony Tuininga
b4df2121c0 Include the information that sharded databases are new in Oracle Database 12.2. 2017-04-17 10:31:09 -06:00
Anthony Tuininga
8be10fe156 Update release notes and adjust release name in preparation for release of
cx_Oracle 6.0 beta 1.
2017-04-11 19:21:12 -06:00
Anthony Tuininga
0c82e0faa0 Added support for getting the number of actual elements in a variable as well
as getting all of the values corresponding to the number of actual elements in
a variable -- primarily to improve the use of DML returning of multiple rows.
2017-04-11 14:17:55 -06:00
Anthony Tuininga
7f70d189b2 Added support for smallint and float data types in Oracle objects, as requested
(https://github.com/oracle/python-cx_Oracle/issues/4).
2017-04-04 21:17:24 -06:00
Anthony Tuininga
752206a32e Mention use of ODPI-C in release notes since that change is rather important! 2017-03-28 15:13:50 -06:00
Anthony Tuininga
6494d161ba Correct documentation for creating a session pool. 2017-03-28 14:36:43 -06:00
Anthony Tuininga
244ed3d5cc ReadTheDocs uses Python 2.7 so Unicode string specifier is required. 2017-03-09 19:27:10 -07:00
Anthony Tuininga
00621215f2 Create README.md with contents of README.txt in Markdown syntax for better
presentation on GitHub; replace contents of README.txt with simple description
and a link to the home page.
2017-03-09 10:16:58 -07:00
Anthony Tuininga
dfcc54c511 Added all copyright notices as requested. 2017-03-08 16:20:12 -07:00
Anthony Tuininga
b28e04e901 Rework to use the ODPI-C library instead of direct OCI calls. 2017-03-07 13:21:49 -07:00
Anthony Tuininga
856608e49c Update release month for 5.3. 2017-03-07 11:55:35 -07:00
Anthony Tuininga
6ba2550d09 Final changes to license and copyright notices as requested; addition of
separate license file and copyright notices to all source files.
2017-03-07 11:36:04 -07:00
Anthony Tuininga
9e0487d132 Introduce links to the documentation where appropriate. 2017-02-21 17:11:59 -07:00
Anthony Tuininga
39ffdfc5d4 Improve documentation. 2017-02-21 14:17:17 -07:00
Anthony Tuininga
ebb1cb8093 Add Sphinx deprecated tags for constants. 2017-02-20 16:36:48 -07:00
Anthony Tuininga
1bdfcb816f Use intended release name instead of development now that release is imminent. 2017-02-20 16:22:19 -07:00
Anthony Tuininga
dceea89925 Moved documentation source to separate directory and rename build directory to
match the name used in newer versions of Sphinx.
2017-02-20 16:15:33 -07:00