Commit Graph

24 Commits

Author SHA1 Message Date
Matt Parsons
e18dd125c5
Support OverloadedRecordDot (#310)
* Support OverloadedRecordDot

* stylish

* Haddocks

* Add comments to README
2022-03-31 09:14:48 -06:00
Maximilian Tagher
101a87f936
Add @localhost to last MySQL command (#296)
It's been a long time since I remembered MySQL user naming convention stuff, but, just empirically I get the following error following the README instructions:

```
mysql -u root
```

```
mysql> GRANT ALL ON esqutest.* TO 'travis';
ERROR 1410 (42000): You are not allowed to create a user with GRANT
mysql> GRANT ALL ON esqutest.* TO 'travis'@'localhost';
Query OK, 0 rows affected (0.00 sec)
```

MySQL version:

```
~/D/C/H/esqueleto> mysql --version                                                                                                                                                                                                                                                                                                                                  12:38:37
mysql  Ver 8.0.22 for osx10.15 on x86_64 (Homebrew)
```
2022-03-10 07:34:08 -07:00
Esteban Ibarra
bbaa0595e0
Update status badge with GH actions (#252) 2021-05-13 09:45:55 -06:00
Matt Parsons
96331257e4
get persistent 2.12 going (#243)
* run mysql tests

* uhhh why are you like this

* stuff

* tests pass locally

* make the example work

* minor bump

* fix gha

* k

* no persistent-template dependency please

* it passed?

* ci nonsense

* uh

* i think that should do it

* ok no really

* i miss file-watch

* sigh

* come on pls

* stylish haskell

* i hate this
2021-03-29 14:47:20 -06:00
Matt Parsons
583167adb0
Make the Experimental module more prominent (#205)
* update README

* add comments

* update cabal

* update changelog
2020-09-17 14:52:38 -06:00
Mitchell Vitez
9a4813d422
Remove old note about ON clause ordering (#186)
#156 fixed the issue
2020-05-26 14:28:19 -06:00
Jose Duran
f9f953c89e Add unsafe documentation (#158)
* Add unsafe documentation

* Update README.md

Co-Authored-By: Matt Parsons <parsonsmatt@gmail.com>

* Update README.md

Co-Authored-By: Matt Parsons <parsonsmatt@gmail.com>

* Update README.md

Co-Authored-By: Matt Parsons <parsonsmatt@gmail.com>

* Update README.md

Co-Authored-By: Matt Parsons <parsonsmatt@gmail.com>

* Update README.md

Co-Authored-By: Matt Parsons <parsonsmatt@gmail.com>

* Update README.md

Co-Authored-By: Matt Parsons <parsonsmatt@gmail.com>

* Update README.md

Co-Authored-By: Matt Parsons <parsonsmatt@gmail.com>

* updated Readme.md

* Update README.md

Co-Authored-By: Matt Parsons <parsonsmatt@gmail.com>

* add safety
2019-10-31 14:34:31 -06:00
Oleg Nykolyn
4a98a70760 Fix LeftOuterJoin example in README. 2019-09-17 18:39:35 +03:00
parsonsmatt
83afa43b23 Update README 2019-08-08 11:28:50 -06:00
Attila Domokos
91d66ef329 Update README with Postgres info (#125)
* Update the Postgres connection information

* Update instructions to run Postgres tests
2019-06-13 10:02:19 -06:00
Steven Leiva
67b75ce0ab
Update README.md
The application of `just` is unnecessary, and actually leads to a type error.
2019-04-06 10:50:01 -05:00
Matt Audesse
54bc6d8f23
Fix "wike" and "envoke" typos in README.md
Opinions seem to differ regarding whether "envoke" is incorrect or just
unusual in modern English (but please educate me if neither is the case):

https://correct-spelling.com/envoke-or-invoke/
https://en.wiktionary.org/wiki/envoke

Thanks for `Esqueleto`!
2018-08-01 16:53:16 -04:00
Chris Allen
68f327376b
Merge pull request #60 from mheinzel/master
Fix SQL syntax in join example
2018-02-27 17:41:25 -06:00
tim
881d9e8eb7 Postgres test instructions with brew instructions 2017-11-30 17:18:23 +00:00
tim
1c8c652e5b Postgres test instructions 2017-11-30 12:29:48 +00:00
tim
bb19b096c4 Postgres test instructions 2017-11-30 12:27:20 +00:00
tim
355a26de02 Postgres test instructions 2017-11-30 12:18:17 +00:00
tim
6e184d651d Postgres test instructions 2017-11-30 12:14:25 +00:00
Matthias Heinzel
1ca1c3c185 Fix SQL syntax in join example 2017-10-13 22:09:28 +02:00
Peter Stuart
0d62d163f3
Fix typo. 2017-01-14 09:36:21 -05:00
Chris Allen
9cc9479a92 README fixes 2016-12-14 18:58:13 -06:00
brady.ouren
28f6a1de03 initial readme port from Haddocks 2016-12-14 14:31:58 -08:00
Kris Jenkins
64981cb0f9 Correcting a typo in the README. 2015-08-02 20:42:59 +01:00
Irvi Firqotul Aini
bc9f4b3deb Update README.md 2015-07-01 18:58:13 +07:00