smith-xyz

Results 4 issues of smith-xyz

I may be missing something, but for the Run, Watch, Debug code lens settings, it would be nice to configure a set of arguments to each. My use case is...

enhancement

https://github.com/typeorm/typeorm/blob/58fc08840a4a64ca1935391f4709a784c3f0b373/src/driver/mysql/MysqlDriver.ts#L957 There is an issue here in cases where a bigint is returned as a string a value. This can happen for autogenerated columns where maybe you use negative values...

- added macro for expanded sql - added capability for expanded sql within the context of the callbacks

### Summary With sqlite3_expanded_sql() you can retrieve the expanded version of the sql statement with the bindings. This is useful mostly for debugging purposes but could be useful if one...

feature request
pr wanted