-
- Neo4j version: **4.0.1 Enterprise** (via Neo4j Desktop 1.2.7)
- Neo4j Mode: Single Instance(?)
- Driver Version: **4.0.2**
- Operating System: **Windows 10** Pro 10.0.19041 N/A Build 19041
`in…
-
Given a POJO from a library code base:
```java
class Pojo {
private String id;
public String getId() { return id; }
public void setId(String id) { this.id = id; }
}
```
I would…
-
Without claim of completeness:
- Phases and Tasks can be referred to by _Order Lines_, _Invoice Lines_, _Production Lines_, _Project Lines_, _Requests_.
- Projects can be referred to by headers of t…
-
```
What steps will reproduce the problem?
1.
CREATE TABLE "ClobTable"
( "ID" RAW(16) NOT NULL ENABLE,
"VALUE" CLOB NOT NULL ENABLE,
"CREATED" TIMESTAMP (6) NOT NULL ENABLE,
"L…
-
I ran into an issue with the [`import.cypher`](https://github.com/legis-graph/legis-graph/blob/master/import.cypher) script's usage of `LOAD CSV` commands. I'm going to document a few other local dev…
-
Hello Sir!
What I *like* about this project
is that it uses sqlalchemy as a means to stay dbms-agnostic.
What I was looking for instead was a tool to generate
schemas (tables and relationships…
-
I wanted to try eagleeye with sqlite, but it fails as I wanted to open the application:
```
An exception occurred while executing 'ALTER TABLE"oc_facefinder_tag_photo_module" ADD FOREIGN KEY (photo_i…
-
Was building some C++ code on my Ubuntu 22.04 box and saw that:
```
[build] [1/2 0% :: 0.000] Re-checking globbed directories...
[build] [1/2 50% :: 0.009] cd /home/nemkov/.builds/vs_ClickHouse-…
Enmk updated
10 months ago
-
**Liquibase Version**:
Any Liquibase Version
**Liquibase Integration & Version**
CLI
**Operating System Type & Version**:
Linux, Windows
## Description
When using the following setup/conditions:
1…
-
Currently in REGI a user can get some project locks. When a lock is acquired the database grabs the username, os_user, machine_name and program out of the database sesssion and stores those into the …