summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Use print() function instead of print statement throughout projectJon Dufresne2017-12-1017-167/+169
| | | | Forward compatible with newer Pythons.
* Merge branch 'master' into wsDaniele Varrazzo2017-12-021-7/+0
|\
| * Remove sorted() workaround; available on all supported PythonsJon Dufresne2017-12-011-7/+0
| | | | | | | | | | | | Introduced in Python 2.4 and the oldest supported Python is 2.7. https://docs.python.org/2/library/functions.html#sorted
* | Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-0112-62/+57
|/ | | | | | Many editors automatically trim whitespace on save. By trimming all files in one go, makes future diffs cleaner without extraneous whitespace changes.
* Update to Exception as e, print()Hugo2017-11-283-36/+36
|
* cleanup remaining GPL license textChris Mildebrandt2014-05-203-24/+24
|
* Fixed DNS typo in examplesErwin de Keijzer2014-03-2415-15/+15
|
* Fix multiple misspellingsPiotr Kasprzyk2013-04-262-2/+2
|
* A bunch of typos fixed in the examples by Josh KupershmidtDaniele Varrazzo2011-12-1511-20/+20
|
* Use isolation level symbolic constants in examplesDaniele Varrazzo2011-12-152-4/+6
|
* Fixed documentation and example for asynchronous notifications.Daniele Varrazzo2010-04-211-3/+4
|
* Fix the NOTIFY example to use the correct APIsJan UrbaƄski2010-04-211-2/+2
|
* NOTIFYs fix and poll status changesFederico Di Gregorio2010-04-051-1/+1
| | | | | | POLL_OK has been changed from 3 to 0 to let the user specify a short loop just as "if not curs.poll()" instead of having to check for write and read separately. For an example of this, see examples/notify.py.
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-1217-152/+154
|
* Added very large lobject creation to the lobject.py exampleFederico Di Gregorio2009-10-041-0/+12
|
* Merge changes from psycopg2/trunk via psycopg2.r243.James Henstridge2008-05-051-0/+79
|\
| * Large objects landing..Federico Di Gregorio2006-09-021-6/+45
| |
| * psycopg is enlarging..Federico Di Gregorio2006-09-011-0/+40
| |
* | Various fixes, now all examples work.Federico Di Gregorio2007-04-131-2/+2
| |
* | Added support for per-cursor and per-connection typecasters.Federico Di Gregorio2007-02-221-0/+67
| |
* | Added RealDictCursor from #143.Federico Di Gregorio2007-01-161-0/+20
|/
* * psycopg/psycopgmodule.c: fixed exceptions refcount.Daniele Varrazzo2005-11-261-7/+4
| | | | * fixed lots of doctrings and added Epydoc-generated docs support.
* Definitely fixed date and time adapting problems (for mx too!)Federico Di Gregorio2005-11-163-18/+24
|
* named cursors are working.Federico Di Gregorio2005-10-251-1/+2
|
* Implemented named cursors.Federico Di Gregorio2005-10-221-12/+21
|
* Releasing 2.0 beta 5.2_0_BETA_5Federico Di Gregorio2005-10-181-6/+10
|
* NOTIFY works again.Federico Di Gregorio2005-10-181-0/+43
|
* Fixed typo in examples.Federico Di Gregorio2005-10-181-1/+1
|
* Default tzinfo_factory for cursors.Federico Di Gregorio2005-10-171-1/+7
|
* mingw fixes.Federico Di Gregorio2005-08-231-1/+2
|
* Releasing 2.0b4.Federico Di Gregorio2005-07-173-6/+9
|
* psycopg->psycopg2 switch in the examples.Federico Di Gregorio2005-06-1316-66/+67
|
* TimestampFromTicks fix.Federico Di Gregorio2005-06-021-0/+71
|
* DictRow fixes.Federico Di Gregorio2005-05-101-0/+45
|
* .executemany() fixes.1_99_13Federico Di Gregorio2005-03-121-2/+1
|
* Optimizations to type casting (in preparation to array support.)Federico Di Gregorio2005-03-124-8/+7
|
* Adding missing __conform__ methods before release.Federico Di Gregorio2005-03-022-6/+7
|
* Finished COPY TO/COPY FROM implementation.Federico Di Gregorio2005-03-021-0/+105
|
* COPY FROM works.Federico Di Gregorio2005-03-012-1/+180
|
* Case (2) in usercast.pyFederico Di Gregorio2005-02-281-1/+2
|
* Adaptation fixes (a lot.)Federico Di Gregorio2005-02-281-7/+7
|
* Temporary hack to make the AsIs adapter work.Federico Di Gregorio2005-02-281-0/+1
|
* Much better examples.Federico Di Gregorio2005-02-272-1/+128
|
* Fixed example/myfirstrecipe.pyFederico Di Gregorio2005-02-271-3/+4
|
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-1913-0/+987