Commit graph

7 commits

Author SHA1 Message Date
Tim Starling
49749f3091 wfSetRef doesn't work, making isWindows() function which I was going to use somewhere else but decided against it 2004-06-12 06:05:02 +00:00
Domas Mituzas
5f2b3f41e0 * fix affected_rows, uses resultset instead of connection as an argument
* allow wfGetSQL to fetch non-table variables
* InvertTimestamp creates old-style inverse timestamp
* insertArray needed quote-fixing
* added wfLimitResult function, in order to solve SQL LIMIT incompatibilities
2004-06-11 14:32:05 +00:00
Domas Mituzas
83a3aa9f8f added wfFetchRow() besides wfFetchObject. Used by objectcache code 2004-06-10 13:02:27 +00:00
Domas Mituzas
654052ad23 * PostgreSQL does not have buffered/unbuffered modes.
There's no need for that due to row-level locking.

* pg_result_error is for asynchronous operation.
  Maybe in future it could be nice, but now we
  perform only one request at a time.
2004-06-10 06:37:12 +00:00
Domas Mituzas
81138304bd * fixed indexExists
* wfStrencode now uses pg_escape_string instead of addslashes
* timestamp functions designed to use internal PG timestamp
2004-06-09 16:13:46 +00:00
Antoine Musso
99afe8250e typo, looks like objectcache need rewrite cause postgresql doesnt have a FROM_UNIXTIME() function 2004-06-07 11:19:03 +00:00
Antoine Musso
d7eb2f8c1d DO NOT USE ! Simple database layer for postgresql based on existing mysql one. I dont think it even works but I want to share the ongoing work on this. 2004-06-07 02:59:58 +00:00