root/pg8000/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @852 [852] 03/14/07 11:04:51 mfenniak add date and time data types, and timezonetz read. Add bool write -- …
(edit) @851 [851] 03/13/07 19:40:32 mfenniak Add check for _row_desc existing
(edit) @849 [849] 03/13/07 15:24:03 mfenniak Update CHANGELOG
(edit) @848 [848] 03/13/07 15:20:30 mfenniak remove debugging txt
(edit) @847 [847] 03/13/07 15:00:23 mfenniak update setup.py for version 1.02.
(edit) @846 [846] 03/13/07 13:01:22 mfenniak add ssl support
(edit) @845 [845] 03/13/07 12:31:49 mfenniak Add datetime type upload.
(edit) @844 [844] 03/13/07 11:58:37 mfenniak --
(edit) @843 [843] 03/13/07 11:56:31 mfenniak rename file
(edit) @842 [842] 03/13/07 11:55:07 mfenniak Complete DB-API implementation.
(edit) @841 [841] 03/13/07 10:27:10 mfenniak Convert tests to unittest format. Add rollback to dbapi cursor execute …
(edit) @840 [840] 03/13/07 09:42:35 mfenniak Fix bugs in NULL parameter send. Finish adding bytea type.
(edit) @839 [839] 03/12/07 20:49:45 mfenniak add row_description fields
(edit) @838 [838] 03/12/07 20:34:49 mfenniak Add some checks to DBAPI methods.
(edit) @837 [837] 03/12/07 16:17:54 mfenniak Commit module accessing pg8000's DBAPI class.
(edit) @836 [836] 03/12/07 16:17:17 mfenniak fix DBAPI bug
(edit) @835 [835] 03/12/07 11:15:29 mfenniak --
(edit) @834 [834] 03/12/07 11:13:58 mfenniak Add DBAPI tests.
(edit) @833 [833] 03/12/07 11:06:48 mfenniak complete working revision of convert_paramstyle
(edit) @832 [832] 03/12/07 09:59:37 mfenniak Updated paramstyle func + tests
(edit) @831 [831] 03/10/07 13:03:16 mfenniak add initial stab at parameter conversion for qmark style
(edit) @829 [829] 03/10/07 00:25:33 mfenniak Update setup.py for 1.01 release
(edit) @828 [828] 03/10/07 00:22:19 mfenniak update changelog
(edit) @827 [827] 03/10/07 00:21:37 mfenniak Add float and decimal output types
(edit) @826 [826] 03/10/07 00:15:20 mfenniak update changelog
(edit) @825 [825] 03/09/07 22:35:35 mfenniak preliminary db-api support
(edit) @824 [824] 03/09/07 22:20:23 mfenniak Disable binary format timestamp due to failure on servers with …
(edit) @823 [823] 03/09/07 22:06:11 mfenniak add new error handling code, and associated tests. attempting to debug …
(edit) @822 [822] 03/09/07 19:58:47 mfenniak Update docs for unix_sock
(edit) @821 [821] 03/09/07 19:53:40 mfenniak Add thread safety, unix sockets.
(edit) @820 [820] 03/08/07 23:44:20 mfenniak fix bad url
(edit) @819 [819] 03/08/07 23:43:04 mfenniak correct version
(edit) @818 [818] 03/08/07 23:42:39 mfenniak commit missing comma
(edit) @816 [816] 03/08/07 23:12:42 mfenniak Add support for NULL DB parameters and values
(edit) @815 [815] 03/08/07 23:04:26 mfenniak remove fenniak.net ref
(edit) @814 [814] 03/08/07 23:03:24 mfenniak Add distutils files
(edit) @813 [813] 03/08/07 22:50:40 mfenniak add transaction test to test mod
(edit) @812 [812] 03/08/07 22:49:41 mfenniak Complete prepared statement work
(edit) @811 [811] 03/08/07 19:40:42 mfenniak Begin adding support for prepared statements.
(edit) @810 [810] 03/08/07 17:27:03 mfenniak Add final support for bin/txt types together by using …
(edit) @809 [809] 03/08/07 16:45:36 mfenniak commiting to move testing to laptop
(edit) @808 [808] 03/08/07 14:43:44 mfenniak work on adding bin/txt format detection support
(edit) @807 [807] 03/07/07 23:06:10 mfenniak add some types. It is necessary soon to define types as 'demand binary', …
(edit) @806 [806] 03/07/07 22:13:45 mfenniak
(edit) @805 [805] 03/07/07 22:05:29 mfenniak add some docs
(edit) @804 [804] 03/07/07 21:58:15 mfenniak Make Connection derived from Cursor, with an empty portal name
(edit) @803 [803] 03/07/07 21:47:04 mfenniak add client encoding support
(edit) @802 [802] 03/07/07 21:33:36 mfenniak add varchar support, begin adding unicode support, add notice response
(edit) @801 [801] 03/07/07 21:21:59 mfenniak work on supporting numeric types
(edit) @800 [800] 03/07/07 20:55:19 mfenniak Make execute functions work with non-queries (insert, create, so on)
(edit) @799 [799] 03/07/07 19:33:41 mfenniak working portal based cursor queries
(edit) @798 [798] 03/07/07 17:46:35 mfenniak begin working on extended query backend protocol usage
(edit) @797 [797] 03/06/07 22:43:41 mfenniak Begin adding library documentation.
(edit) @796 [796] 03/06/07 22:28:16 mfenniak throw away some work on db-api compliant code, and begin working on a more …
(edit) @795 [795] 03/06/07 18:37:27 mfenniak Add timestamp data type
(edit) @794 [794] 03/05/07 20:57:00 mfenniak cont. work on pg8000 including type conversions for int and bool.
(edit) @793 [793] 03/05/07 16:55:18 mfenniak remove old files
(edit) @792 [792] 03/05/07 14:35:33 mfenniak Set svn:ignore to pyc files. Add MD5 authentication support to library, …
(edit) @791 [791] 03/05/07 13:45:33 mfenniak remove pyc byte code files.
(edit) @790 [790] 03/05/07 13:44:59 mfenniak import postgres-python dir with prototypes and working code.
(add) @789 [789] 03/05/07 13:44:34 mfenniak mkdir
Note: See TracRevisionLog for help on using the revision log.