Commit Graph

39 Commits

Author SHA1 Message Date
fdbf8c18a9 modified lock and unlock to return always '1' and to execute no code
=> no locks with pgsql anymore!!!!
2003-12-08 08:07:19 +00:00
f17337d3b7 Added support for specifying the database port number 2003-12-08 04:50:23 +00:00
5f95db7595 do create_database the usual way and don't read the data of a whole table to get just the layout 2003-11-07 17:32:32 +00:00
94a2f4e043 added function-backtrace to db-error-messages 2003-10-16 16:59:31 +00:00
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
0953e3e21b gnu-patch #1245 2003-05-05 20:24:57 +00:00
b4f4f7c938 fix for pgsql >= 7.3 need separate LIMIT and OFFSET clause, works with 7.2.x too 2003-03-13 17:44:53 +00:00
86032f02dd removed common->phpgw_exit() and fixed all references to it in the core apps and api 2002-09-28 20:01:44 +00:00
6ad604a565 Formatting 2002-02-10 12:04:10 +00:00
38983d71cf format elseif for consistency 2001-12-28 06:02:30 +00:00
99c96525b8 Changed to use the xmlrpcfault() function 2001-11-29 22:07:51 +00:00
64d0fc337e Experimental error reporting for XML-RPC and SOAP ... 2001-11-29 19:55:37 +00:00
379a433cf6 Formatting, add index_names() function - only pg returns data so far 2001-09-22 02:47:06 +00:00
4805243c8c Applied patch #460021 in a modified form. 2001-09-17 02:06:12 +00:00
8994de9d73 Added db_addslashes() function. 2001-09-17 00:29:44 +00:00
341fd023b8 now using GLOBALS 2001-09-02 00:26:16 +00:00
e797245a5f Applied patch #449529. This will now allow using a space for the db connections password. 2001-08-18 00:48:40 +00:00
af6d27da68 Added support for get_last_insert_id($table, $field). pgsql is currently the only class making use of the params since it returns the unique OID for the system. The params are required so pgsql compatibility is forcibly maintained. 2001-08-08 03:14:05 +00:00
ccf42f2b2a Fixed timestamp converstion not working 2001-08-05 08:04:10 +00:00
e0583a830f Started working on the functions to convert timestamps to the databases version 2001-08-05 06:49:50 +00:00
260e5705bf Formatting 2001-07-26 10:16:42 +00:00
3b28be028f Removed the array from limit_query() 2001-07-08 04:17:28 +00:00
fc49aa8594 Changed around the limit_query() function to be easier for developers to use 2001-07-02 19:16:20 +00:00
55520a7296 Added option to toggle use of pconnect. 2001-07-01 17:15:19 +00:00
f58b8aa55e Tidy up function for limit_query. 2001-07-01 17:04:42 +00:00
bf66467d0d For some reason, using pg_Exec() with transaction_begin() wasn't always working 2001-06-04 00:37:22 +00:00
ebc976dbdb Possiable fix for databases not being created when the user doesn't specify a host 2001-06-03 23:50:50 +00:00
45eda7f54e added what i think is working code to create the pgsql database 2001-06-01 09:53:42 +00:00
ae7a9c3af3 removed some debugging details 2001-06-01 09:23:03 +00:00
dbfe053e66 added the final steps needed for creating the database for the user 2001-06-01 09:06:49 +00:00
0c41c058d1 added the final steps needed for creating the database for the user 2001-06-01 08:57:52 +00:00
33aa5de6f5 Added in transaction support 2001-05-24 07:54:33 +00:00
a48625a0f6 Fixed PHP warnings on disconnects 2001-03-09 15:55:34 +00:00
81c7d0be94 Fixed limit(), I must have been a sleep when I wrote the function :) 2001-01-30 00:12:27 +00:00
9505b365d6 Moved sql_limit() to the db classes and renamed it to limit() 2001-01-25 06:09:08 +00:00
4e3e6c77cb fixed banners so that they are all uniform and complete 2001-01-16 13:52:32 +00:00
1201f2693a Fixed banner messages not including the GPL license on files which we did not fully write 2001-01-14 15:37:07 +00:00
fba1a92446 Put in new license details 2001-01-13 10:18:50 +00:00
e97ef24062 switching to the new Object factory method 2001-01-11 09:52:33 +00:00