Rezoom.SQL icon indicating copy to clipboard operation
Rezoom.SQL copied to clipboard

Create / Drop Schema support

Open smoothdeveloper opened this issue 6 years ago • 1 comments

@rspeele would you mind giving a look at https://github.com/smoothdeveloper/Rezoom.SQL/pull/1

I've implemented basic stuff to get create schema and drop schema parsing and translation.

I'm wondering if there is support in the library to explicitly avoid such feature with specific backends? SQLite won't support the generated statements.

smoothdeveloper avatar Nov 16 '19 09:11 smoothdeveloper

Regarding avoiding specific backends, normally this is handled by failing during the backend translation stage. Like SQLite ALTER TABLE

rspeele avatar Nov 20 '19 06:11 rspeele