Tim Sehn
Tim Sehn
To be clear, the two inserts in the above dump should be one that looks like: ``` INSERT INTO `employees` (`id`,`last_name`,`first_name`) VALUES (1,'Hendriks','Brian'), (2,'Son','Aaron'); ```
That should just be the default.
Are we sure this is a Dolt bug?
Should we just close this?
What specific `doltpy` features do you like? Our strategy is to move most `doltpy` functionality into SQL itself so you can use a standard sql connector or ORM like `sqlalchemy`...
So, `doltpy` allows you to do those things without running a server. Is that what you want? If you start a `dolt sql-server` and then connect using a mysql connector...
@JCOR11599 is working on this and will have an update by end of month.
A preview version is in 0.53.1 if you want to try: https://github.com/dolthub/dolt/releases/tag/v0.53.1 Here's the PR. It notes some of the to dos. https://github.com/dolthub/dolt/pull/5164
This is released but you need to turn it on with an environement variable: ``` export DOLT_ENABLE_SPATIAL_INDEX=1 ``` Blog here: https://www.dolthub.com/blog/2023-03-03-spatial-indexes/ It will be on by default likely in the...
I'm going to resolve this. We're not going to realistically debug or fix it.