honeysql

markaddleman 2023-10-20T16:49:02.298379Z

Is there support for CREATE _OR REPLACE_ TABLE ?

markaddleman 2023-10-20T16:49:29.092469Z

I was expecting something like :create-table-as [:t :or-replace] but it doesn’t look like it’s supported

seancorfield 2023-10-20T17:39:45.489549Z

Feel free to create a GH issue and I'll have a think about it. :if-not-exists is supported and since :replace is exclusive to that, I could just support the syntax you listed above fairly easily I think...

seancorfield 2023-10-20T17:51:15.029889Z

I pushed a change to develop so you can try the latest git dep or the new 2.4.9999-SNAPSHOT when it deploys in a few minutes. If it looks good, I'll add some more tests to verify corner cases, and document it.

markaddleman 2023-10-20T17:51:38.841009Z

Thanks! I’ll take a look over the weekend

2023-10-20T17:42:24.943299Z

2023-10-28T21:05:01.599039Z