-
johnlimkj changed the adodb-509a-for-php5 file release.
2009-06-26 11:34:35 UTC in ADOdb
-
johnlimkj added the adodb509a.tgz file.
2009-06-26 11:34:14 UTC in ADOdb
-
johnlimkj changed the adodb-509a-for-php5 file release.
2009-06-26 11:33:58 UTC in ADOdb
-
johnlimkj changed the adodb-509a-for-php5 file release.
2009-06-26 11:33:09 UTC in ADOdb
-
johnlimkj created the adodb-509a-for-php5 file release.
2009-06-26 11:29:22 UTC in ADOdb
-
Fixed in 5.09.
Active Record: You can force column names to be quoted in INSERT and UPDATE statements, typically because you are using reserved words as column names by setting
ADODB_Active_Record::$_quoteNames = true;.
2009-06-25 15:45:07 UTC in ADOdb
-
Sorry, year is not supported. Use decimal(4) type instead.
If you are not satisfied, kindly send a patch to jlim at natsoft.com.
2009-06-25 15:42:05 UTC in ADOdb
-
Please supply a patch or an example that is reproducable easily as i cannot understand the problem.
2009-06-25 15:39:59 UTC in ADOdb
-
Works fine here with Oracle Database 11g Release 11.1.0.6.0 - Production.
E.g.
CREATE OR REPLACE TRIGGER TR_JCASEMAST
BEFORE INSERT ON JCASEMAST FOR EACH ROW
WHEN (NEW.CM_numid IS NULL OR NEW.CM_numid = 0)
BEGIN
SELECT seqgeneral.NEXTVAL INTO :NEW.CM_numid FROM dual;
END;
/.
2009-06-25 15:32:07 UTC in ADOdb
-
As i do not have access to DB2 currently, a patch would be most appreciated. Thanks.
2009-06-25 15:30:57 UTC in ADOdb