Bill Schaller

Results 7 comments of Bill Schaller

@anivas You can put the git url in your package.json file like so: "gridster": "https://github.com/dsmorse/gridster.js.git#master"

I think it would only take a small amount of additional work to fully support the datetime2 variable precision timestamp - specifying the length option to a datetime type might...

matheusd's suggestions worked for me. This should be fixed in either the testcase base class or the documentation.

Looking at this a bit more, it might be better to roll find, insert, update, delete up into AbstractStorage as well. Once the key is flattened, you can have a...

@EmanueleMinotto Yeah, upon further consideration this morning maybe that's not the best route. Currently, SingleIdHandler is taking array keys and returning only the member matching the first identifier metadata. I...

There are grammars for MySQL, TSQL, PL/SQL, and SQLite available for antlr. Those would be a good starting point for parsing vendor sql into a common semantic representation. It would...