toucan icon indicating copy to clipboard operation
toucan copied to clipboard

Any Plans or Interest in Moving to HoneySQL 2?

Open cmiles74 opened this issue 2 years ago • 5 comments

Hi @camsaul!

I'm working on a project that uses Toucan and HoneySQL 2.x. I've run into a couple bugs where people try to feed a structured HoneySQL 2 query into Toucan. It's not a huge deal, but...

I was wondering: are there any plans (or even interest) in moving to HoneySQL 2?

cmiles74 avatar Mar 18 '22 18:03 cmiles74

It's a good idea, Is it enough to override honeysql->sql function for this ?

skyfion avatar Oct 10 '22 14:10 skyfion

It might be as easy as swapping the functions. I was looking around a little to try and gauge how difficult it would be... The new version does try to stay compatible with the old.

Mostly I was wondering if this project is interested in moving or if they want to stay with the current version.

cmiles74 avatar Oct 10 '22 14:10 cmiles74

Mostly I was wondering if this project is interested in moving or if they want to stay with the current version.

it looks like not 🙂 But migrations from hsql 1 to 2 become a bit more complicated

skyfion avatar Oct 10 '22 15:10 skyfion

Have a look here https://github.com/camsaul/toucan2#toucan2-toucan1

flamber avatar Oct 10 '22 15:10 flamber

Better choice https://github.com/HealthSamurai/dsql It is flexible and extendable lib

vldmr-k avatar Mar 14 '23 11:03 vldmr-k