umzug icon indicating copy to clipboard operation
umzug copied to clipboard

bug: error with charset & collate in postgres with v7

Open EinfachHans opened this issue 1 year ago • 2 comments
trafficstars

In #624 (about issue #612) the charset and collate options are set to null if not supported by dialect. With latest v7 alpha i get the following error:

Error: The following options are not supported by createTableQuery in postgres: charset, collate

Setting the values to undefined instead of null works for me.

If you want to i can create a PR 😊

EinfachHans avatar May 15 '24 10:05 EinfachHans

Undefined sounds good, feel free to open the PR

WikiRik avatar May 15 '24 12:05 WikiRik

PR opened: #673 😊

EinfachHans avatar May 16 '24 12:05 EinfachHans

Released in v3.8.1.

github-actions[bot] avatar Jun 04 '24 16:06 github-actions[bot]