MediaWiki-like select builder for PostgreSQL, Oracle and possibly MySQL
 
Go to file
Vitaliy Filippov e4a271d6bd Various important fixes
- Don't decode other date types
- Add LOCK options
- Add CALC_FOUND_ROWS emulation
- Allow Text object as tables
- Export constants
- Some occult fixes for error handling in long-running daemons
- Add commit() and rollback() transaction wrapper methods
- Don't use postgresql bind variables because it slows down big queries
- Fix escaping! (shame on me)
2020-01-13 15:40:49 +03:00
package.json Initial commit 2019-05-08 00:27:36 +03:00
select-builder-oracle.js Initial commit 2019-05-08 00:27:36 +03:00
select-builder-pgsql.js Various important fixes 2020-01-13 15:40:49 +03:00