-
Updated
Nov 4, 2020 - TypeScript
cockroachdb
Here are 140 public repositories matching this topic...
-
Updated
Oct 16, 2020 - Python
-
Updated
Oct 29, 2020 - Go
-
Updated
Nov 4, 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
Aug 10, 2020 - Go
-
Updated
Sep 17, 2019 - Go
-
Updated
Jul 15, 2020 - Go
-
Updated
Nov 4, 2020 - Go
-
Updated
Oct 23, 2020 - Ruby
-
Updated
Oct 3, 2020 - Go
-
Updated
Jul 16, 2020 - Go
-
Updated
Oct 21, 2020 - Python
-
Updated
Apr 29, 2019 - Java
-
Updated
May 20, 2019 - Elixir
-
Updated
Jan 9, 2018 - Shell
-
Updated
Jul 23, 2020 - Dockerfile
-
Updated
Oct 20, 2017 - Go
-
Updated
May 13, 2020 - Go
-
Updated
Jul 7, 2019 - C#
-
Updated
Jul 3, 2020 - Shell
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."


Discussed in this comment
CockroachDB provides a function called
gen_random_uuid()which returns a UUID value generated randomly.However the pg name for this function is
uuid_generate_v4()See this doc
We also probably need to recognize `CREATE EXTE