Commit Graph

7 Commits

Author SHA1 Message Date
Clemens Schwaighofer
db4d386fb2 Remove all Subversion keywords 2014-02-06 17:17:01 +09:00
Clemens Schwaighofer
c0bbec3295 add missing reset for error variable in the db_pgsql class.
cosmetic changes in db_pgsql class.
2014-01-23 12:57:57 +09:00
Clemens Schwaighofer
0658514e2e fixed bug in db async call if the query had an error, the error was not
cought and not reported back
2014-01-23 12:04:05 +09:00
Clemens Schwaighofer
1f7cab6241 fixed bug in getting primary key name if the table is in a different
schema to the current one
 * check current schema and set prefix to table if needed
 * check that if cursor is null we do not try to get any data but return false
2014-01-20 12:27:15 +09:00
d7a43f9d24 missing space after FROM line in PK NAME query if no schema is defined 2013-12-12 18:53:10 +09:00
dd7ab1d74b change the PK NAME select query from the core postgresql class to a more
faster version
2013-12-12 16:28:40 +09:00
7285d3947c PHP Core Libraries
- add .gitignore for log, templates_c and tmp
- add base www/ folder
2013-12-11 15:52:08 +09:00