Aaron Raddon
Aaron Raddon
mostly addressed here https://github.com/araddon/qlbridge/commit/2aaea745b358374c30541108378243ea4426e746
Thanks for the input! I have been using http://www.metabase.com/ and just MySQL console tools. would love thoughts on what specific areas need a UI? I have also been working on...
Absolutely, I have some docker ready images, and have been converting all of the backend sources to support sql `CREATE` statements for on-the-fly registering backend sources. Ill go through and...
Thanks for the issue, let me find some unit-tests and examples from other dialects and implement in unit tests here.
It appears that it is dialect specific but most dialects are inclusive https://english.stackexchange.com/questions/118402/when-is-between-inclusive-and-when-exclusive Which means that currently this implementation is exclusive, but probably should be inclusive. Let me see if...
thanks for the ticket and great write up, yes i agree, I will see if i can get this soon!
Thanks, I had to get some of the dependencies cleaned up to run an automated build: * Removed test packages that should not have been imported. https://github.com/dataux/dataux/pull/66 * found a...
And, although not yet CI/Automated build, do have script to upload docker images, and binary releases now. https://github.com/dataux/dataux/blob/master/release.sh
Thanks for this, will try to review today!
progress part 1 