-
```
All volunteer records need to be migrated from sqlite to App Engine as part
of moving the Volunteer Tracker to app engine.
Note that user accounts were already migrated over in Issue 27 but a
sim…
-
Hi, I encountered a crush when I tried to insert a row. I was following the example code. Below is my python code.
```python
import vectorlite_py
from sqlalchemy import create_engine, text
engin…
-
### Version
1.26.0
### What happened?
Input:
```sql
-- name: GetSize :one
SELECT sum(length(data)) FROM authors;
```
Output:
```go
func (q *Queries) GetSize(ctx context.Context) (sql.NullF…
mondy updated
3 months ago
-
### Things to check first
- [X] I have checked that my issue does not already have a solution in the [FAQ](https://apscheduler.readthedocs.io/en/master/faq.html)
- [X] I have searched the existi…
-
```
All volunteer records need to be migrated from sqlite to App Engine as part
of moving the Volunteer Tracker to app engine.
Note that user accounts were already migrated over in Issue 27 but a
sim…
-
### Version
1.26.0
### What happened?
In query.sql:
```sql
-- name: EmojiOops :exec
SELECT
'🤷' AS emoji
limit
1;
```
Generated in query.sql.go:
```go
const emojiOops = `-- n…
-
```
All volunteer records need to be migrated from sqlite to App Engine as part
of moving the Volunteer Tracker to app engine.
Note that user accounts were already migrated over in Issue 27 but a
sim…
-
### Version
1.25.0
### What happened?
I am trying to set a custom struct tag but its not generated with the model.
### Relevant log output
```shell
// Code generated by sqlc. DO NOT EDIT.
// ver…
-
### Bug description
```prisma
model A {
id Int @id @default(autoincrement())
name String
b B[]
}
model B {
id Int @id @default(autoincrement())
name String…
-
### What do you want to change?
SQLite 3.7.11 and above supports bulk inserts with the syntax:
```sql
INSERT INTO 'tablename' ('column1', 'column2') VALUES
('1data1', '1data2'),
('2data1'…