Rhys van der Waerden
|
3846b7182c
|
Make codebase conform to ESLint rules
Just a couple of changes.
|
2016-05-17 01:01:34 +10:00 |
|
wubzz
|
fa125712da
|
A default ping fn in default pool settings, and silently ignore errors when querying 'ROLLBACK' on a dead connection by using Promise.Timeout.
|
2016-04-02 16:35:27 +02:00 |
|
freshsun
|
b34d03c45e
|
update index.js to work with aliyun rds
aliyun rds return a simplified version "PostgreSQL x.x.x", and function checkVersion failed to handle it
|
2016-03-24 22:17:02 +08:00 |
|
wubzz
|
f37824a11e
|
Fix indentation?
|
2016-03-15 18:12:36 +01:00 |
|
wubzz
|
1d27fb8550
|
Update lodash from 3.7.0 -> 4.6.0
|
2016-03-15 18:11:13 +01:00 |
|
gmichael225
|
4b2c0efff1
|
SQL compliant escaping, removed dialect-specific escaping for now
|
2015-12-24 11:33:48 +11:00 |
|
Brian Black
|
51907eebb9
|
mv src/dialects/postgres/string.js src/dialects/postgres/query/string.js
|
2015-11-29 18:54:05 -05:00 |
|
Brian Black
|
cee729cad0
|
Properly escape single quotes in postgres
|
2015-11-29 18:44:12 -05:00 |
|
Brian Black
|
c6230568cd
|
SqlString is now per-dialect
|
2015-11-29 18:44:12 -05:00 |
|
Mikael Lepistö
|
0c74f786a5
|
Optionally use DEFAULT instead of NULL when translating undefined to SQL value.
|
2015-11-14 19:46:34 +02:00 |
|
Mikael Lepistö
|
b9d9a99f80
|
Added \? escape sequence to postgres dialect to allow using ? operator.
|
2015-08-25 10:19:35 +03:00 |
|
Daniel Teixeira
|
70e4692638
|
add support to postgres search_path
|
2015-08-09 23:04:57 -03:00 |
|
Tim Griesser
|
6cef074236
|
Fix correct files for #851
|
2015-06-01 09:22:27 -04:00 |
|
Tim Griesser
|
521a6f9e97
|
Remove use strict, assumed in ES6
|
2015-05-09 14:01:19 -04:00 |
|
Tim Griesser
|
7e884cb325
|
Babel src -> lib, remove gulp
|
2015-05-09 13:58:18 -04:00 |
|