-
I tried to pass one predicate to another with the following scripts on local PC
```
%%logica Child
@Engine("sqlite");
@AttachDatabase("mydata", "my_database.db");
@Dataset("ParentTable");
…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build OpenLP
### Build log
```
[User@System:~]$ nix shell nixpkgs#openlpFull --impure
error: builder for '/nix/store/840597qwjbdl…
-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"licen…
-
Found this in the error log:
```
ERROR:sqlalchemy.pool.NullPool:Exception closing connection
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/SQLAlchemy-0.9.7-py2.6-linux-…
-
TODO:
- [x] create catalog entry
- [x] create layers
- [ ] set map extent after import (see comment)
Test:
- curl -X POST -T /home/falko/Data/geopaparazzi_20140819_misonet.gpap http://lo…
-
### Description
Twisted test suite doesn't pass after fresh clone and install
### Steps to reproduce
Steps from the Synapse Development portion of the README
- git clone https://github.com…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
**Describe the bug**
*This may be not so much an Alembic bug as a limitation of SQLite; nevertheless, the following use case results in an error that is not mentioned in the documentation; besides, t…
-
What's the query syntax in `DatabaseSession.filter_documents()` ?
It's not SQL, it's an unknown language...
The docs only say:
```
filter_query: Filter query (str)
…