Bill Schaller

Results 9 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...

@deeky666 Gah! I missed mysql :( The benefit is for interop / playing nice with others - if a dev needs to modify an externally maintained system, they can modify...

This hoisting logic was hard as fuck to write... I hate limit/offset quirks with a passion.