Project

General

Profile

WikiStart » History » Version 17

bford -, 06/09/2006 12:15 PM

1 2 bford -
= Welcome to the ODBCng Trac =
2 1
3 10 bford -
 * ODBCng is a written from scratch ODBC driver for PostgreSQL 8.x+. We will not be supporting the 7.x version of PostgreSQL.
4 12 bford -
5 10 bford -
 * ODBCng is a wire-level ODBC driver meaning that we do not require libpq or any PostgreSQL libraries be installed to function.
6 12 bford -
7 11 bford -
 * ODBCng is commercially supported by The PostgreSQL Company, Command Prompt, Inc. They can be found on the web at http://www.commandprompt.com/
8 12 bford -
9 11 bford -
 * ODBCng is licensed under the GPL.
10
11 2 bford -
 * Mailing list is here: http://projects.commandprompt.com/mailman/listinfo/odbcng
12 1
13 3 bford -
 * We are now in public test mode for the Win32 version to resolve as many bugs as possible. 
14 9 bford -
15
= [wiki:Documentation] = 
16 3 bford -
 
17
= Releases =
18
 
19 15 bford -
 * [http://projects.commandprompt.com/public/odbcng/browser/binaries/mODBC_Installer.msi?format=raw Latest Win32] - Version .99 Beta, Updated 05/10/06
20 17 bford -
 * [http://projects.commandprompt.com/public/odbcng/browser/binaries/odbcng_61.tar.gz?format=raw Latest Linux Source] - Version .99.1 Beta (rev 61), Updated 06/09/06
21
   * The Linux version has been tested using the Perl DBD::ODBC tests on 32bit and 64bit Ubuntu Breezy, Dapper and Slackware (32bit). 
22
   * Revision 61 implements several deprecated functions that PHP still requires.
23
   * Revision 61 still has some issues on 64bit platforms due to due an unfinished ODBC specification for 64 bit.