-
### Describe the bug
the [rust macro inject][macro] for rust conflicts with other injects, such as the [html inject][html] as well as with custom ones, like my [SQL][sql] one.
Using `:TSHighlig…
-
If Haskell can't introspect on the database it can't help with static analysis. There are two obvious ways to fix this, one is to parse SQL. That's not crazy, Parsec is a nice library. But it seems li…
-
Hey! Thanks for this library.
I am trying to figure out how to setup sqlpp11 to work with boost asio in an asynchronous manner.
I think for the first pass, I just want to retrieve the string s…
-
i tried to export with the following POST
http://localhost:9200/_export/?path=/tmp/elasticsearch/test.bulk
{
"query": {
"filtered": {
"query": {
"match": {
"environment…
-
Hey,
Sometimes I bump packages which are maintainer-needed or by a 'quiet' project. It'd be pretty neat to be able to look at bumps which were committed by a given maintainer and run StableRequest …
-
use DSL like this
```
delete.from(SavedSchedule as s).where.eq(s.ownerId, ids_str.toInt)
```
will generate the SQL
```
delete from SavedSchedule s where s.owner_id = 9;
```
got the ERR…
-
# Motivation
Starting from version 6.0 Lucene features effecient geospatial indexing with k-d index trees.
https://www.elastic.co/blog/lucene-points-6.0
https://www.elastic.co/blog/apache-lucen…
-
**Is your feature request related to a problem?**
In a database engine, there are different ways to optimize query performance. For instance, rule-based/cost-based optimizer and distributed executi…
-
AS A Chatbot Trainer
I WANT TO know when the last changes were made to a specific intent
SO I WOULD know when it was last changed
### Acceptance Criteria
#### DSL
- [ ] Ruuter GET endpoint …
-
Hi I really like this library, thank you. It seems like it hasn't been touched since 2 years and I don't know if it has still a maintainance, however I didn't understand if there is the support for `W…