-
I also posted this in https://github.com/bhauman/figwheel-main/issues/167, but maybe it is clearer for you what is going on since the error arises from Ring.
As is written in https://github.com/bha…
-
Hey all,
@honza @alecbrooks @steveYeah (you are people I've seen active in the repo lately)
I worked this weekend on a proof of concept library based on anosql which handles some things I though…
-
I get an error that the `ConcurrentArrayQueue` class of `jetty-util` cannot be found. An earlier `ClassNotFoundException` about `org.eclipse.jetty.http.BadMessageException` I could fix by adding:
`…
-
How do I put comments in yesql files if comments are interpreted by the parser?
I want a comment that is not meant to be attached to any particular SQL query, like:
```sql
---------------------…
-
Would it be possible to support the hello-emacs lines as an alternative way to specify the language used to interpret the file? e.g. ```;; -*- mode: my-language; package: foo.bar -*-``` Since a lot o…
-
## Background
[Luminus](http://www.luminusweb.net/) and [Yesql](https://github.com/krisajenkins/yesql) use a pattern of dynamically adding functions to a namespace based on the contents of an SQL f…
-
In the below stacktrace, `CREATE-CHAPTER-PERMISSION` is a function created via CL-YESQL.
Is it possible for CL-YESQL functions to assert that the database connection exists and is of proper type be…
-
**Solution**: `:jvm-opts ["-Duser.timezone=UTC"]` in `project.clj`
I just killed an hour or two trying to figure out why my database _seemed_ to have UTCs, but then when I `SELECT` a `datetime`, so…
-
e.g.
A common pattern might be...
```
SELECT u.id, u.name FROM user u
WHERE u.id IN (1, 2, 3)
```
I would ideally be able to define this like:
```
SELECT u.id, u.name FROM user u
WHER…
negcx updated
6 years ago
-
As @nulpunkt asked in https://github.com/nulpunkt/yesql-php/issues/5#issuecomment-366642404:
> The readme is getting longer, so it would be cool with ideas on how to improve it!
I don't mind long …