-
### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
I want to setup sqladmin for project in which we're using […
-
### Version
1.27.0
### What happened?
#### Generated `models.go`
```go
// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.27.0
package repository
import (
"github.c…
-
### Bug description
Have a table with colum name using a space (It's not a good pratice but it is possible)
To succed, the SQL query must use quote (Select "name with space" from...) like
![ima…
-
### Question
I dont't know if its neccesarily this library; however, as soon as I added `cloud-sql-python-connector` to my PyPI packages on google cloud composer, building the composer environment ti…
-
## Question
How does the driver execute batch INSERTs if the connection auto commit is true?
The JDBC specification has no standard rule and this "is a driver specific" topic.
The documentation htt…
-
### Version
lastest
### Which SQL?
Flink
### SQL content
_No response_
### JavaScript/TypeScript code
_No response_
### What happened?
#346
### Relevant log output
_No response_
-
### Check for previous/existing GitHub issues/module proposals
- [X] I have checked for previous/existing GitHub issues/module proposals.
### Check this module doesn't already exist in the modul…
-
### Feature Request
Hello
Just a question or a misunderstanding :
Why in object classes we declare the name of the table.
For example:
```php
/**
* @var string Name of table without pref…
-
On the drt-large cluster we're seeing that the items per page selector on the SQL Activity page is not working as expected. No matter which option is selected, it always shows 50 items per page.
…
-
### Company or project name
_No response_
### Question
I try a split a query with WITH TOTALS keyword into two sub queries, but after splitting query, I found that query
original query
`select
…