Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Better test the content of the SQLSTATE string in ecpglib than the pointer. | Michael Meskes | 2010-03-08 |
| | |||
* | In case the connection magically disappears libecpg only returns an internal | Michael Meskes | 2010-03-05 |
| | | | | error sqlstate. This change makes it return a correct value.. | ||
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
| | | | | provided by Andrew. | ||
* | Wordsmithing | Peter Eisentraut | 2009-01-16 |
| | |||
* | NLS cleanup in ecpglib | Peter Eisentraut | 2009-01-15 |
| | | | | | | | | | | | | | | | | | Replace leftover instances of _() by ecpg_gettext(), the latter being the correct way to refer to the library's message catalog, instead of the one of the program using the library. Drop NLS support for ecpg_log(), which is a debugging instrument similar to elog() in the backend. We cannot support NLS in the ecpg compatlib, because that requires ecpg_gettext, which is in ecpglib, which is not a dependency of compatlib. It doesn't seem worthwhile to worry about this, since the only translatable string is "out of memory", and gettext probably won't be able to do much without memory either. Adjust messages to project style. | ||
* | Add localization support to ecpg. | Peter Eisentraut | 2008-05-16 |
| | | | | Author: Euler Taveira de Oliveira <euler@timbira.com> | ||
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
| | |||
* | Cleaned up ecpglib and renamed functions that do not need to be exported. | Michael Meskes | 2007-10-03 |
| | | | | Created export list for ecpglib. | ||
* | - Finished major rewrite to use new protocol version | Michael Meskes | 2007-08-14 |
| | | | | | | | | - Really prepare statements - Added more regression tests - Added auto-prepare mode - Use '$n' for positional variables, '?' is still possible via ecpg option - Cleaned up the sources a little bit | ||
* | Make some messages more consistent | Peter Eisentraut | 2007-05-31 |
| | |||
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
| | |||
* | ynced parser and keyword list. | Michael Meskes | 2006-08-02 |
| | | | | | Implemented EXEC SQL UNDEF. Applied first version of the regression test patch by Joachim Wieland <joe@mcknight.de>. | ||
* | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 |
| | | | | | have no other gods before c.h'. Also remove some demonstrably redundant #include lines, mostly of <errno.h> which was added to c.h years ago. | ||
* | Fixed bug 2330: Wrong error code in case of a duplicate key | Michael Meskes | 2006-03-17 |
| | |||
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
| | |||
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | Synced parser and fixed a bug in error output to log file. | Michael Meskes | 2003-08-25 |
| | |||
* | Add macros for error result fields to libpq. | Peter Eisentraut | 2003-08-24 |
| | |||
* | Be a little bit more careful about using sqlstate, in case libpq returned | Peter Eisentraut | 2003-08-08 |
| | | | | NULL for it. | ||
* | pgindent run. | Bruce Momjian | 2003-08-04 |
| | |||
* | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut | 2003-08-01 |
| | | | | | rather than parsing the message. Add some documentation about embedded SQL. | ||
* | - Added some Informix error codes in Informix mode. | Michael Meskes | 2003-08-01 |
| | | | | - Added just another pgtypeslib function. | ||
* | Started to create different error codes for different backend messages. | Michael Meskes | 2003-07-15 |
| | |||
* | Make ecpg thread safe. | Bruce Momjian | 2003-06-15 |
| | | | | Lee Kindness | ||
* | Started working on a seperate pgtypes library. First test work. PLEASE test ↵ | Michael Meskes | 2003-03-16 |
compilation on iother systems. |