Felipe Lessa
b27461dddc
Merge pull request #56 from snoyberg/master
...
Allow hspec 1.8
2014-04-03 08:46:20 -03:00
Michael Snoyman
f701df4a8d
Allow hspec 1.8
2014-04-03 08:31:21 +03:00
Felipe Lessa
37b51d24c6
Bump version to 1.3.8.
2014-04-02 23:27:52 -03:00
Felipe Lessa
24bad8ba0b
Update test deps.
2014-04-02 23:27:30 -03:00
Felipe Lessa
c642b71b99
Bump version to 1.3.7.
2014-04-02 13:25:21 -03:00
Felipe Lessa
3abcbb72cf
Merge pull request #55 from mindreader/master
...
Conduit no longer exports resourcet related functions.
2014-04-02 13:24:43 -03:00
David McBride
a21e930259
Conduit no longer exports resourcet related functions.
2014-04-02 11:52:23 -04:00
Felipe Lessa
67522cecbc
Bump version to 1.3.6.
2014-04-02 11:45:32 -03:00
Felipe Lessa
3ed5930063
Merge pull request #54 from tlaitinen/master
...
unsafeSqlExtractSubField to support EXTRACT subfield FROM field-syntax
2014-04-02 11:39:23 -03:00
Tero Laitinen
69b4be6e37
unsafeSqlExtractSubField to support EXTRACT subfield FROM field-syntax
2014-04-02 17:30:28 +03:00
Felipe Lessa
5192a2b98e
Fix typo on doc ( closes #36 ).
2014-03-04 09:51:50 -03:00
Felipe Lessa
c2b1750cd9
Bump version to 1.3.5.
2014-03-04 09:26:50 -03:00
Felipe Lessa
0de8242634
Use persistent 1.3+ new limit/offset func ( closes #35 ).
...
This code was actually written by @gbwey and it's being
manually merged with some changes by me.
2014-03-04 09:25:14 -03:00
Felipe Lessa
030423da54
Avoid warning when compiling tests for PostgreSQL or MySQL.
2014-03-04 09:11:01 -03:00
Felipe Lessa
9fdf296367
Merge pull request #31 from jcristovao/master
...
sum function does not return the same type it receives
2014-03-04 09:08:34 -03:00
Felipe Lessa
f04e277a2d
Rewrite insertSelect so that it properly escapes names ( fixes #47 ).
2014-03-04 09:02:18 -03:00
Felipe Lessa
714f33639a
Ignore cabal sandboxes.
2014-03-04 09:01:39 -03:00
Felipe Lessa
2e6b0c7c2b
GHC 7.8.
2014-03-03 12:02:18 -03:00
Michael Snoyman
b5ce7cd644
Version bump
2014-01-26 07:37:30 +02:00
Sergei Trofimovich
7ffead2e40
esqueleto.cabal: allow test-1.0 and text-1.1
...
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2014-01-25 20:27:03 +03:00
Michael Snoyman
20565af0b1
Version bump
2014-01-25 18:20:34 +02:00
Oliver Charles
41cdd9af58
Increase upper bound on HSpec
...
This allows tests to be built and run when packaging for NixOS.
2014-01-25 11:33:20 +00:00
Michael Snoyman
0d5d427e0d
Version bump
2014-01-16 16:03:53 +02:00
Michael Snoyman
646c115257
persistent 1.3 support
2014-01-01 21:38:16 +02:00
Felipe Lessa
6d24a20675
Merge pull request #38 from tlaitinen/master
...
export SqlSelect class functions to allow creating instances to select m...
2013-11-18 06:31:21 -08:00
Tero Laitinen
f3ff39e898
export SqlSelect class functions to allow creating instances to select more than 16 fields
2013-11-18 14:40:34 +02:00
João Cristóvão
60e73c0a0c
Sum returns different types on different backends.
2013-09-19 09:31:30 +01:00
João Cristóvão
753e4bccac
Added num class restriction to random, round_, floor_.
2013-09-19 09:30:16 +01:00
João Cristóvão
0033050806
Merge branch 'master' of github.com:meteficha/esqueleto
2013-09-15 21:57:04 +01:00
João Cristóvão
ef577da95c
Merge pull request #34 from jcristovao/upstream
...
Fixed typos.
2013-09-15 10:03:24 -07:00
João Cristóvão
42592501cd
Fixed typos.
2013-09-15 18:00:14 +01:00
Felipe Lessa
59deede08a
Merge pull request #30 from jcristovao/upstream
...
PostgreSQL and MySQL support
2013-09-15 09:05:35 -07:00
Felipe Lessa
4e6f25e656
Bump version to 1.3.4.2.
2013-09-15 13:00:57 -03:00
Felipe Lessa
06faf2d0ad
Merge remote-tracking branch 'origin/master'
2013-09-15 13:00:49 -03:00
Felipe Lessa
a5c2d8dddb
Bump version to 1.3.4.1.
2013-09-15 13:00:14 -03:00
Felipe Lessa
b456b31d65
Merge pull request #29 from snoyberg/master
...
Fix Haddocks
2013-09-15 08:59:42 -07:00
João Cristóvão
5ff30e7c5c
Minor changes
2013-09-15 15:58:13 +01:00
João Cristóvão
1dd2e045b3
Added support for PostgreSQL and MySQL/MariaDB.
2013-09-15 15:47:39 +01:00
Michael Snoyman
f2c2a4ff2e
Fix Haddocks
2013-09-15 14:13:49 +03:00
Felipe Lessa
7af17770d0
Bump version to 1.3.4.
2013-09-15 04:16:55 -03:00
Felipe Lessa
33b1fafc2d
Thread IdentState through subqueries ( fixes #28 ).
...
There used to be name clashes if a subquery referenced
an entity that was already being used on the outer query.
Now we thread the outer query's IdentState to its subqueries,
which use it instead of initialIdentState.
Note that clashes still may occur between subqueries of
a query, but I think that's harmless.
2013-09-15 04:16:35 -03:00
Felipe Lessa
c5c76959bd
Move public insertSelect API to Language module.
2013-09-15 04:03:40 -03:00
Felipe Lessa
a7d8c99213
Re-order exports related to insertSelect.
2013-09-15 03:52:10 -03:00
Felipe Lessa
53402d726f
Add some documentaion to SqlExpr.
2013-09-15 03:27:12 -03:00
Felipe Lessa
e8013a93d4
Saner implementation of existsHelper.
2013-09-15 02:17:29 -03:00
Felipe Lessa
e8af2a30b6
Add tests that expose bug #28 .
2013-09-15 02:08:43 -03:00
Felipe Lessa
27aafd8bc2
Merge pull request #27 from jcristovao/upstream
...
IN works for subList_select assumes ordering.
2013-09-13 14:57:36 -07:00
João Cristóvão
e045bedd8f
IN works for subList_select assumes ordering.
...
Made ordering explicit.
2013-09-13 22:48:20 +01:00
João Cristóvão
161621cbd4
sum_ result type may not be the same as the parameters type.
2013-09-11 10:48:12 +01:00
João Cristóvão
84f2f086fe
IN works for subList_select assumes ordering.
...
Made ordering explicit.
2013-09-11 10:29:40 +01:00