Ralf Becker
f1360eed13
fix bug regarding the rate (view/edit/search)Limit for mysql -> not set active as this fix breaks postgres; see lines 954 to 959 in wiki_so. Problem is caused by postgres behavior of recognizing columnnames, ... still to investigate
...
r38303: always quote for postgreSQL, as this is the only way to support mixed case names
r38307: fixing wiki rate code / mixed case column names for PostgreSQL
2012-03-08 06:24:33 +00:00
Ralf Becker
f832b85d76
casting boolean explicitly to string, as ADODB_postgres64::qstr() has an unwanted special handling for boolean types, causing eg. query in CalDAV for resources throw an invalid SQL exception under PostgreSQL
2011-10-25 07:51:29 +00:00
Klaus Leithoff
ad9df848d0
* API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes
2011-09-26 10:01:53 +00:00
Klaus Leithoff
57c30b6440
* API: take care of INNODB and STRICT_TRANS_TABLES for recent mysql installations
2011-08-22 10:19:05 +00:00
Ralf Becker
b8d2abb747
new method to abstract MySQL function unix_timestamp (convert db timestamp to integer)
2010-09-09 09:07:18 +00:00