-
-
No connection with '@' in user.
```
var config={
user:"noname@site"
, password:"password"
, host:"localhost"
, database:"database"
}
var dbWrapper = new pg.DBWrapper('pg', config);
dbWrapper.connect…
-
```
Consider the following script:
drop table if exists products;
drop table if exists categories;
CREATE TABLE categories(id INTEGER PRIMARY KEY, name VARCHAR(15) );
ALTER TABLE categories ADD CONS…
-
```
Consider the following script:
drop table if exists products;
drop table if exists categories;
CREATE TABLE categories(id INTEGER PRIMARY KEY, name VARCHAR(15) );
ALTER TABLE categories ADD CONS…
-
- When you attempt to store a string based MLMD property backed by MySQL, `MEDIUMTEXT` is max ~16 M chars; the indexes make use of the first 255 chars ([here](https://github.com/google/ml-metadata/blo…
-
![image](https://user-images.githubusercontent.com/7641915/181461342-2f4f28e2-9db5-45ce-92f0-3bc03f48a9d4.png)
```
-
- Azure Data Studio Version:
Version: 1.5.1 (user setup)
Commit: 6a500715a7f2a9c5466d66b3cc312308bf59846d
Date: 2019-03-16T01:14:53.392Z
VS Code 1.30.1
Electron: 2.0.12
Chrome: 61.0.3163.100
…
-
We tried to add a Role() to our AWS Redshift cluster and this resulted in a SQL error message:
```
error: error creating role my_user: pq: syntax error at or near "ROLE"
```
@t0yv0 pointed …
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues
### Describe the Feature
The existing job summarizes clicks and impressions. a summary of conversions gr…
-
As part of our registries efforts, we wanted to improve retagger as well. This ticket catches more details about that task.
## How retagger currently works
Retagger is a go CLI and a huge circle…