Commit Graph

38 Commits

Author SHA1 Message Date
Madhura Jayaratne
3c7b233d9c bug #3477063 [edit] Missing set fields and values in generated INSERT query 2012-01-22 11:55:28 +05:30
Madhura Jayaratne
5da1aaa0fe To avoid warnings when strlen() is called on the array containing chosen values for set field 2012-01-22 11:52:23 +05:30
Marc Delisle
29b694c225 bug #3392920 [edit] BLOB emptied after editing another column 2011-08-19 16:16:51 -04:00
Marc Delisle
a63ac127bf bug #3287596 BLOB emptied after editing another column 2011-04-15 15:53:42 -04:00
Marc Delisle
45ec0da621 Problems with latest fix and SET columns 2010-12-17 09:31:42 -05:00
Marc Delisle
4a71a1e5f1 bug #3138572 "Continue insertion" problems 2010-12-16 11:37:24 -05:00
Marc Delisle
2d68ee8974 clarify variable name 2010-12-05 07:14:52 -05:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Marc Delisle
024120107c removed code that was adding all fields, even untouched ones, in the UPDATE statement 2010-05-29 07:45:56 -04:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
8e68430610 [edit] CURRENT_TIMESTAMP is also valid for datetime fields. 2010-04-12 09:55:58 +02:00
Marc Delisle
9785bbc561 remove author names 2010-03-26 17:44:10 -04:00
Michal Čihař
e532069912 rfe #1516803 [edit] Allow to set BLOB to/from NULL with ProtectBinary. 2010-01-22 17:20:35 +00:00
Marc Delisle
0b498a58be patch #1760205 [data] Insert as new row: BLOB is lost 2009-02-23 08:36:34 +00:00
Marc Delisle
5a1df0684d patch #2602633 [core] support column name having square brackets 2009-02-20 09:37:49 +00:00
Michal Čihař
1bf10aa501 Hopefully last missing @package tags. 2008-11-24 11:24:56 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Marc Delisle
076ede089d unused variable 2008-05-18 15:53:27 +00:00
Marc Delisle
9d6f6dca89 bug #1762029 Cannot upload BLOB into existing row in 2.11-beta1 2007-07-27 14:50:37 +00:00
Marc Delisle
3aa359d574 bug #1699532 last part of the fix (for ENU) 2007-05-23 17:11:16 +00:00
Sebastian Mendel
c5cba195f1 renamed class files according to PMA standard (or at least how i guess) 2007-05-15 06:18:21 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Marc Delisle
e3012401d4 insert a row if BLOB is empty 2007-03-31 12:19:02 +00:00
Sebastian Mendel
fe77220226 bug #1690561 Blobs being cleared on Edit of row 2007-03-29 13:52:26 +00:00
Sebastian Mendel
d0facc3d4f splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php 2007-03-20 14:16:18 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
2b54018416 INSERT non-uploaded values no longer working 2007-03-11 12:35:30 +00:00
Sebastian Mendel
f49b5d24cf move file upload functionality into own class;
make use of $cfg['TempDir'] for file uploads;
2007-03-08 14:08:49 +00:00
Marc Delisle
42ac66ad74 get rid of propicon 2007-02-10 15:58:46 +00:00
Sebastian Mendel
d3f335ac3d refactored:
made register_globals independent;
added documentation;
removed unused code;
fixed bug #1597686 last insert id message wrong;
and much more i don't remember ...
2006-12-19 16:54:29 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Marc Delisle
84952a539b previous fix introduced a bug: cannot change a value for a nullable field 2005-12-22 16:49:33 +00:00
Marc Delisle
8db1bbc4cf bug #1385974, cannot un-null a value 2005-12-20 21:31:05 +00:00
Marc Delisle
75ba7193a3 bug #1367549, handling of CURRENT_TIMESTAMP 2005-11-29 18:44:13 +00:00
Michal Čihař
e040c424fa Move tbl_replace_fields.php to libraries folder as it does not require direct access. 2005-11-24 09:00:21 +00:00