-
Updated
Oct 13, 2020 - TypeScript
cockroachdb
Here are 137 public repositories matching this topic...
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 12, 2020 - Go
-
Updated
Oct 12, 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
Sep 3, 2020 - Go
-
Updated
Sep 30, 2020 - Ruby
-
Updated
Oct 3, 2020 - Go
-
Updated
Jul 16, 2020 - Go
-
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
Jul 7, 2019 - C#
-
Updated
Jul 3, 2020 - Shell
-
Updated
May 13, 2020 - Go
-
Updated
Sep 26, 2018 - Java
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."
SQL supports hidden columns: columns that are only included in a projection if explicitly requested. An example of this is the
rowidcolumn that is created on tables without explicitly primary keys.Currently, there is no way to get a hidden column on a user-defined table: it's only possible if you manually set the hidden boolean in the table descriptor, by editing the CockroachDB source code