Tomasz Rybarczyk
|
48dabc51c2
|
README: Typo
|
2018-10-21 04:22:55 +02:00 |
|
Tomasz Rybarczyk
|
8248270a7f
|
README: Finish example
|
2018-10-21 04:22:16 +02:00 |
|
Tomasz Rybarczyk
|
8da7364758
|
README: Style
|
2018-10-21 03:58:45 +02:00 |
|
Tomasz Rybarczyk
|
fa18cc86e2
|
README: Cleanup
|
2018-10-21 03:57:46 +02:00 |
|
Tomasz Rybarczyk
|
85e01d38fe
|
README: add query usage example
|
2018-10-21 03:56:11 +02:00 |
|
Tomasz Rybarczyk
|
e21bd27173
|
README: Add "Testing" section
|
2018-10-21 03:32:06 +02:00 |
|
Tomasz Rybarczyk
|
751ced6d76
|
Make most fields optional in PoolConfiguration
|
2018-10-21 03:24:58 +02:00 |
|
Tomasz Rybarczyk
|
8683419e85
|
Allow nested tuples to be used as query rows
|
2018-10-21 03:20:58 +02:00 |
|
Tomasz Rybarczyk
|
c0ac46c00a
|
Improve command docs
|
2018-10-20 22:34:00 +02:00 |
|
Tomasz Rybarczyk
|
2da6a3a767
|
Add command function returning command tag value of a query
|
2018-10-20 22:34:00 +02:00 |
|
paluh
|
3363bffce8
|
Merge pull request #26 from akheron/issue-24
WIP: Avoid `UnhandledPromiseRejectionWarning` on integrity errors
|
2018-10-20 20:35:29 +02:00 |
|
Petri Lehtinen
|
9eb66e7068
|
Avoid UnhandledPromiseRejectionWarning on integrity errors
|
2018-10-12 08:01:34 +03:00 |
|
Tomasz Rybarczyk
|
13eb0ef583
|
Cosmetics
|
2018-10-08 16:08:30 +02:00 |
|
Tomasz Rybarczyk
|
9ae93cede4
|
Add test for DELETE query which returns removed rows.
|
2018-10-08 15:57:33 +02:00 |
|
paluh
|
624cf730e6
|
Merge pull request #22 from Kamirus/master
sql value for Object
|
2018-09-06 13:17:50 +02:00 |
|
Kamirus
|
248058bf2f
|
sql value for Object
|
2018-09-06 12:15:05 +02:00 |
|
paluh
|
eb937a4a60
|
Merge pull request #21 from Kamirus/master
type support for jsdate
|
2018-09-05 18:19:02 +02:00 |
|
Kamirus
|
0a01eec77b
|
remove datetime
|
2018-09-05 18:13:49 +02:00 |
|
Kamirus
|
eadcc58da1
|
type support for jsdate
|
2018-09-05 09:59:30 +02:00 |
|
paluh
|
652cb4f78e
|
Merge pull request #20 from Kamirus/master
tests for 0.12
|
2018-09-04 19:00:14 +02:00 |
|
Kamirus
|
9ed14c1bb5
|
tests for 0.12
|
2018-09-04 15:30:02 +02:00 |
|
paluh
|
ebf25a87d2
|
Merge pull request #19 from adamczykm/master
Migrate to Purescript 0.12.
|
2018-09-03 01:37:33 +02:00 |
|
adamczykm
|
bead426f14
|
Migrate to Purescript 0.12.
|
2018-07-15 19:51:17 +02:00 |
|
Tomasz Rybarczyk
|
bceb1e399d
|
v2.3.0
|
2018-04-24 16:40:15 +02:00 |
|
Tomasz Rybarczyk
|
ed2ce9e592
|
Handle date with parsing on PS side
|
2018-04-22 18:15:43 +02:00 |
|
Tomasz Rybarczyk
|
037486a7ea
|
v2.2.0
|
2018-04-22 16:53:27 +02:00 |
|
Tomasz Rybarczyk
|
94ed11d6cb
|
README: Cosmetics
|
2018-04-22 16:52:32 +02:00 |
|
Tomasz Rybarczyk
|
bb493e5983
|
Migrate tests to purescript-test-unit + Instant fetching + test
|
2018-04-22 16:47:07 +02:00 |
|
Tomasz Rybarczyk
|
45eb1acb91
|
Drop scary message from README
|
2018-04-21 14:32:43 +02:00 |
|
Tomasz Rybarczyk
|
9c006c72ce
|
Handle numeric values using purescript-decimals
|
2018-04-21 13:12:20 +02:00 |
|
paluh
|
63c21fb220
|
Merge pull request #15 from abhin4v/patch-1
Makes `Array Foreign` an instance of ToSQLRow
|
2018-04-21 12:15:15 +02:00 |
|
paluh
|
3e2a2633de
|
Merge pull request #16 from paluh/master
Upgrade to purescript-aff 4.0.0
|
2018-04-21 12:05:15 +02:00 |
|
paluh
|
b57833526e
|
Merge branch 'master' into master
|
2018-04-21 12:04:03 +02:00 |
|
rightfold
|
f1f792e120
|
Update README.md
|
2017-12-06 08:33:54 +01:00 |
|
rightfold
|
e7aceb9ad8
|
Merge pull request #13 from nwolverson/patch-1
Check callback for undefined
|
2017-12-06 06:35:40 +01:00 |
|
Tomasz Rybarczyk
|
f6f3328149
|
Improve coding style a bit
|
2017-12-05 22:12:01 +01:00 |
|
Tomasz Rybarczyk
|
6a0f231eb7
|
Upgrade to purescript-aff 4.0.0
|
2017-12-04 22:43:36 +01:00 |
|
Abhinav Sarkar
|
4178f9005e
|
Makes Array Foreign an instance of ToSQLRow
For when the user wants to convert the values to foreign by themselves.
|
2017-10-06 19:03:22 +05:30 |
|
Nicholas Wolverson
|
469f9fd2a5
|
Check callback for undefined
As of 7.0 pg / 2.0 pg-pool the callback is called with `undefined` rather than `null`: https://github.com/brianc/node-pg-pool/blob/master/index.js#L227
|
2017-08-13 21:32:13 +01:00 |
|
rightfold
|
97583e0cc8
|
Merge branch 'sledorze-master'
|
2017-06-13 11:49:28 +02:00 |
|
rightfold
|
13d0fcfb8e
|
Formatting
|
2017-06-13 11:49:07 +02:00 |
|
Stéphane Le Dorze
|
49a2465e5f
|
Update Value.purs
Add support for toSQLValue for list an array
|
2017-06-08 18:05:58 +02:00 |
|
Stéphane Le Dorze
|
146121c025
|
Create README.md
Highlight the correspondance of pg with it's original github repo.
|
2017-06-08 14:05:06 +02:00 |
|
rightfold
|
35f9da6f50
|
Add Foreign instances
|
2017-06-08 13:56:21 +02:00 |
|
rightfold
|
9cb40b5112
|
Update copyright year
|
2017-06-03 16:07:09 +02:00 |
|
rightfold
|
dc4cdda722
|
Remove purspgpp
|
2017-06-03 14:07:46 +02:00 |
|
rightfold
|
4fd8c42515
|
Update readme
|
2017-06-03 14:00:23 +02:00 |
|
rightfold
|
ac05e01a97
|
Test withTransaction
|
2017-06-03 13:59:30 +02:00 |
|
rightfold
|
feadfc2694
|
Use makeAff instead of importing PS in FFI code
|
2017-06-03 13:43:30 +02:00 |
|
rightfold
|
c1f9391701
|
Remove tuple machinery in favour of row types
These are more efficient and provide better error messages.
|
2017-06-03 13:27:14 +02:00 |
|