-
Is there a reason why castType is missing UNSIGNED INTEGER and SIGNED INTEGER ?
https://github.com/apache/shardingsphere/blob/163a4bd2b863435bb69cc1181035e79d4335b5ad/sql-parser/dialect/mysql/src/m…
-
```
It is me, again :-)
Dane, do you want me to crash your script again? :-)
Here is what happens when I try to import SQL code exported from MySQL
http://www.imagepost.ru/images/2/01/2011-06-01-02…
-
When importing from a MySQL table DECIMAL columns are imported as String despite of their lenght.
As a workaround I had to perform a manual conversion like this:
``` javascript
db.collection.find().…
-
```
It is me, again :-)
Dane, do you want me to crash your script again? :-)
Here is what happens when I try to import SQL code exported from MySQL
http://www.imagepost.ru/images/2/01/2011-06-01-02…
-
```
It is me, again :-)
Dane, do you want me to crash your script again? :-)
Here is what happens when I try to import SQL code exported from MySQL
http://www.imagepost.ru/images/2/01/2011-06-01-02…
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Ubuntu
Distribution Version | 22.04
Kernel Version | 6.10.14
Architecture | x86_64
OpenZFS Version | 2.3.99-1…
-
When using the following CMakeLists.txt file, CMake gives the error shown below.
CMakeLists.txt:
```
cmake_minimum_required(VERSION 3.0.0)
project(sqltest VERSION 0.1.0)
set(CMAKE_CXX_STANDAR…
-
I'm using the python interface. I find that when I add a 4th condition to the selection string, the query becomes very much slower, so much so that if I run it over the whole run range, it looks de…
-
Given the following example
```js
import mysql from 'mysql2/promise'
import fs from 'fs'
class Test {
vendorProperties = {
"multipleStatements":true
,"typeCast":true
,"suppo…
-
Hi,
Import Schema should convert/map MySQL tinyint(1) to PG boolean (instead of the current smallint).
https://www.mysqltutorial.org/mysql-basics/mysql-boolean/
Thanks in advance.