shrykedude
|
9197af0108
|
Allow local socket connection to MySQL DBs, from bug #878395
|
2004-01-17 19:42:02 +00:00 |
|
shrykedude
|
f17337d3b7
|
Added support for specifying the database port number
|
2003-12-08 04:50:23 +00:00 |
|
Ralf Becker
|
834c395b0d
|
added empty transaction functions so that db_mysql dont use the adodb ones from the db-class
|
2003-10-19 19:42:22 +00:00 |
|
Ralf Becker
|
94a2f4e043
|
added function-backtrace to db-error-messages
|
2003-10-16 16:59:31 +00:00 |
|
Ralf Becker
|
b8557e49d9
|
make the phpgw Version-0_9_16-branch HEAD
|
2003-08-28 14:31:11 +00:00 |
|
Ralf Becker
|
c30cd51f22
|
table_name returns empty if we have no db-connection instead of throwing error-messages (used in setup)
Note: daves OOP changes still needs to be merged to HEAD!!!
|
2003-08-13 10:56:01 +00:00 |
|
Ralf Becker
|
2df14f0419
|
fix for bug #2549, patch from ||cw
|
2003-03-13 17:59:45 +00:00 |
|
Ralf Becker
|
982f00b803
|
fix to include the mysql-error-msg again
|
2003-03-05 13:57:29 +00:00 |
|
seek3r
|
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 |
|
skeeter
|
99afed5175
|
Had a - instead of an =.
|
2002-04-17 15:31:53 +00:00 |
|
skeeter
|
3be9e05fa3
|
Clean-up of more warnings.
|
2002-04-07 20:01:13 +00:00 |
|
skeeter
|
50175afd99
|
Adding line/file error catching to table_names().
|
2002-03-16 02:58:03 +00:00 |
|
Miles Lott
|
6ad604a565
|
Formatting
|
2002-02-10 12:04:10 +00:00 |
|
Miles Lott
|
31b533d00e
|
formatting
|
2001-12-28 05:25:07 +00:00 |
|
Miles Lott
|
332cb51db9
|
GLOBALS
|
2001-11-23 19:23:22 +00:00 |
|
Miles Lott
|
379a433cf6
|
Formatting, add index_names() function - only pg returns data so far
|
2001-09-22 02:47:06 +00:00 |
|
skeeter
|
4805243c8c
|
Applied patch #460021 in a modified form.
|
2001-09-17 02:06:12 +00:00 |
|
mdean
|
8994de9d73
|
Added db_addslashes() function.
|
2001-09-17 00:29:44 +00:00 |
|
mdean
|
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 |
|
mdean
|
ea40a2ac06
|
Added get_last_insert_id() to return the last auto increment ID from an insert query.
|
2001-08-08 00:45:47 +00:00 |
|
jengo
|
ccf42f2b2a
|
Fixed timestamp converstion not working
|
2001-08-05 08:04:10 +00:00 |
|
jengo
|
e0583a830f
|
Started working on the functions to convert timestamps to the databases version
|
2001-08-05 06:49:50 +00:00 |
|
Miles Lott
|
e93a4c7ece
|
Formatting
|
2001-07-26 10:48:07 +00:00 |
|
jengo
|
3b28be028f
|
Removed the array from limit_query()
|
2001-07-08 04:17:28 +00:00 |
|
jengo
|
fc49aa8594
|
Changed around the limit_query() function to be easier for developers to use
|
2001-07-02 19:16:20 +00:00 |
|
mdean
|
f58b8aa55e
|
Tidy up function for limit_query.
|
2001-07-01 17:04:42 +00:00 |
|
mdean
|
030232dfc3
|
Added limit_query function.
|
2001-07-01 16:55:07 +00:00 |
|
seek3r
|
83a0af3424
|
trying to get windows support working
|
2001-06-20 08:36:55 +00:00 |
|
seek3r
|
777aa59e10
|
removed some debugging details
|
2001-06-01 09:23:03 +00:00 |
|
seek3r
|
ae7a9c3af3
|
removed some debugging details
|
2001-06-01 09:23:03 +00:00 |
|
seek3r
|
faff24fd34
|
added some debugging details
|
2001-06-01 09:14:06 +00:00 |
|
seek3r
|
dbfe053e66
|
added the final steps needed for creating the database for the user
|
2001-06-01 09:06:49 +00:00 |
|
seek3r
|
0c41c058d1
|
added the final steps needed for creating the database for the user
|
2001-06-01 08:57:52 +00:00 |
|
jengo
|
33aa5de6f5
|
Added in transaction support
|
2001-05-24 07:54:33 +00:00 |
|
skeeter
|
486e412862
|
Fix for persistent connections and disconnect()
|
2001-03-31 01:10:15 +00:00 |
|
jengo
|
a48625a0f6
|
Fixed PHP warnings on disconnects
|
2001-03-09 15:55:34 +00:00 |
|
jengo
|
81c7d0be94
|
Fixed limit(), I must have been a sleep when I wrote the function :)
|
2001-01-30 00:12:27 +00:00 |
|
Miles Lott
|
39334f25ec
|
fix limit function to return offset var
|
2001-01-25 07:07:57 +00:00 |
|
jengo
|
9505b365d6
|
Moved sql_limit() to the db classes and renamed it to limit()
|
2001-01-25 06:09:08 +00:00 |
|
seek3r
|
4e3e6c77cb
|
fixed banners so that they are all uniform and complete
|
2001-01-16 13:52:32 +00:00 |
|
jengo
|
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 |
|
seek3r
|
fba1a92446
|
Put in new license details
|
2001-01-13 10:18:50 +00:00 |
|
seek3r
|
e97ef24062
|
switching to the new Object factory method
|
2001-01-11 09:52:33 +00:00 |
|