Klemen Tusar

Results 87 comments of Klemen Tusar

Hi @uandco, Thanks for the issue report, however, I don't have time to work on this much so feel free to open up a PR if you can. Otherwise I'll...

Hi! Thanks for the PR!!! I've added some comments. Please resolve them. Also, some tests using a socket would be nice :)

Same here. ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! npm ERR! Could not resolve dependency: npm ERR! vue-echarts@"^6.0.0" from the...

Yea, still causing issues with npm v8.3.1, works with yarn though.

This is already possible, I believe. Let me see if I understand you correctly: 1. You have your MySQL database in which you create a table called `new_table`. 2. Your...

So basically your default is a function call. This default here is SQLite specific and won't work in MySQL ```sql "createdAt" datetime(3) NOT NULL DEFAULT (STRFTIME('%Y-%m-%d %H:%M:%f', 'NOW')) ``` The...

A PR would be most welcome. Make sure to include tests with it 😊

> How would you like to receive those tests? > Written in the same manner as those in the [tests](https://github.com/techouse/sqlite3-to-mysql/tree/master/tests) directory. You'll probably have to mock a lot of stuff...

> Possible solution to this issue: thinking of creating a list of ways to set the default date in sqlite to the current timestamp. In the example of @fflorent ,...