-
```
What steps will reproduce the problem?
1. Create an object with DateTime property and a value of DateTime.Min
2. Call Query with the Insert and SCOPEIDENTITY on the end
3. Execute SQL
4. result.Fi…
-
```
What steps will reproduce the problem?
1. Create an object with DateTime property and a value of DateTime.Min
2. Call Query with the Insert and SCOPEIDENTITY on the end
3. Execute SQL
4. result.Fi…
-
```
What steps will reproduce the problem?
1. Create an object with DateTime property and a value of DateTime.Min
2. Call Query with the Insert and SCOPEIDENTITY on the end
3. Execute SQL
4. result.Fi…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
When I have a simple query containing jinja, i ge…
-
### Description
We propose the implementation of a new job-based processing engine in our product to complement the existing event-based model. The goal is to provide users with the flexibility to de…
-
### Description
Instead passing the raw sql source files of a database dependency, we could/should use the serialized indices of the sqldelight files, because importing these indices should be faster…
-
The `user.random_slugs` field is searched every time a request authenticates a user. Because that operation is run so often, this field should be indexed. The field is a postgres array type, an array …
awm33 updated
6 years ago
-
Over in Debian unstable, we're seeing a test failure on all 32-bit architectures (armel, armhf, i386, mipsel) when building persistent 2.13.3.5:
```
Failures:
test/Database/Persist/THSpec.hs:…
swt2c updated
2 years ago
-
Type: Bug
When viewing a sql file in the visual studio code environment, problems are observed with the color coding of the displayed code. The screen and the file with the sql code are available he…
-
Like https://github.com/dotnet/efcore/issues/29623.
[PG documentation](https://www.postgresql.org/docs/current/datatype-json.html#JSON-INDEXING)
The simple, general thing is to create an express…