-
Updated
Dec 13, 2020 - TypeScript
cockroachdb
Here are 150 public repositories matching this topic...
-
Updated
Nov 23, 2020 - Python
-
Updated
Dec 4, 2020 - Go
-
Updated
Dec 11, 2020 - TypeScript
Currently, the JDBC string containing the host name and port is hardcoded. For example, consider the connection string for MySQL:
It would be desirable to make this configurable. We could provide an option to set the JDBC string for each DBMS. For example, for MySQL,
-
Updated
Sep 21, 2020 - C#
-
Updated
Jul 15, 2020 - Go
-
Updated
Nov 5, 2020 - Go
-
Updated
Sep 17, 2019 - Go
-
Updated
Jul 15, 2020 - Go
-
Updated
Nov 4, 2020 - Go
-
Updated
Dec 11, 2020 - Ruby
-
Updated
Oct 3, 2020 - Go
-
Updated
Jul 16, 2020 - Go
-
Updated
Nov 13, 2020 - Python
-
Updated
Apr 29, 2019 - Java
-
Updated
Nov 25, 2020 - Dockerfile
-
Updated
May 20, 2019 - Elixir
-
Updated
Jul 3, 2020 - Shell
-
Updated
Jan 9, 2018 - Shell
-
Updated
Oct 20, 2017 - Go
-
Updated
May 13, 2020 - Go
-
Updated
Jul 7, 2019 - C#
Improve this page
Add a description, image, and links to the cockroachdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cockroachdb topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Trying to handle case where ENUM already exists
Describe the solution you'd like
Add
IF NOT EXISTSclauseDescribe alternatives you've considered
dropping and recreating an ENUM type is an option.
Additional context