| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
resolved the stack over flow errors reported by Johann Zuschlag.
2) Support {oj syntax for 71. servers.
|
|
|
|
|
|
|
|
|
|
|
| |
1) [ODBC] Psqlodbc and Centura: here it is a patch
posted by Matteo Cavalleli
2) [ODBC] pgsqODBC binding parameters II
posted by Ludek Finstrle
3) Invalid Page Fault in PSQLODBC.DLL
personal mail from Johann Zuschlag
Hiroki Kataoka kataoka@interwiz.koganei.tokyo.jp
|
| |
|
|
|
|
| |
so I removed it.
|
| |
|
|
|
|
|
|
| |
(fix by Hiroki kataoka).
2) Ensure the definition of atof()(#include stdlib.h).
(suggestion by Masaaki Sakaida).
|
| |
|
| |
|
|
|
|
| |
Jason Tishler.
|
|
|
|
|
|
| |
ready. It appears that most (all?) Unixen will consider a socket to
be read or write ready if it has an error condition, but of course
Microsoft does things differently.
|
|
|
|
|
| |
to work either way.
Change submitted by Andrew Kuchling <akuchlin@mems-exchange.org>
|
|
|
|
| |
Fix submitted by Andrew Kuchling <akuchlin@mems-exchange.org>
|
| |
|
|
|
|
|
|
| |
Use Extension method from distutils.
Cleaned up mismatched indentation styles while I was at it.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PyGreSQL module when installing PostgreSQL.
Document the location of the WIN32 binaries.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
:-(, and tidies it up a little as well.
Regards, Dave.
|
| |
|
| |
|
| |
|
|
|
|
| |
Sorry Eiji.
|
|
|
|
|
|
|
|
|
| |
Provide an extenisible scheme of encoding conversion.
As the first step, SJIS and BIG5 are supported.
From now on multibyte people would be happy to use
this psqlodbc driver.
Eiji Tokuya e-tokuya@mail.sankyo-unyu.co.jp
|
|
|
|
|
| |
Fix a bug where cs.execute('select %d + %d', (1, 2)) would get interpreted
as cs.executemany('select %d + %d', (1, 2))
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
ODBC driver on Windows 9X/ME/NT/2K when using the later versions of the
driver that don't have the Installshield installation:
1) Install psqlodbc.dll in to C:\Windows\System or C:\Winnt\System32
2) Add the registry settings in the attached file using regedit.
A useful addition to src/interfaces/odbc perhaps?
Regards, Dave.
|
|
|
|
|
|
|
| |
Respect default port setting in JDBC driver.
Pick up version number from Makefile.global.
Change installation directory to share/java/.
Document.
|
|
|
|
| |
psqlodbc.c's constructor-making techniques do not work.
|
| |
|
|
|
|
|
| |
2)Fix some memory leaks.
3)Change some bogus error messages.
|
|
|
|
| |
handle this.
|
|
|
|
| |
directories, per suggestion from Robert Creager.
|
|
|
|
|
| |
- Removed org.postgresql.xa.Test from the JDBC EE driver as it's an old
test class and prevented it from compiling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bits in JDBC & the first set of tools into contrib.
This is the third, and deals with enabling JDBC to be compiled with the main
source.
What it does is add a new option to configure: --with-java
This option tells configure to look for ant (our build tool of choice) and
if found, it then compiles both the JDBC driver and the new tools as part
of the normal make.
Also, when the postgresql install is done, all the .jar files are also
installed into the ${PGLIB}/java directory (thought best to keep then separate)
Now I had some conflicts when this applied so could someone please double check
that everything is ok?
Peter
|
| |
|
|
|
|
|
|
| |
PostgreSQL.
Add notice that development has moved into the PostgreSQL tree.
|
|
|
|
| |
Add a test to avoid an exception in certain cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
am talking with Thomas Lockhart about the idea of bringing the PyGreSQL
version number into alignment with PostgreSQL so this may change to 7.1
before the release.
I have added to the copyright to indicate that from now on the PostgreSQL
copyright will apply. If someone wants to make that clearer please do.
The existing copyrights need to stay there for now but if necessary I can
ask Pascal Andre if he agrees to a different wording.
Added reference to the Python DB-API 2.0 compliant API wrapper.
Added reference to the PyGreSQL mailing list.
|
|
|
|
|
| |
Changed the way that OID is retrieved on inserts. PQoidStatus appears
to be deprecated so I am using PQoidValue instead.
|
| |
|