-
Updated
Jun 15, 2022 - C++
database-gui
Here are 98 public repositories matching this topic...
-
Updated
Jul 2, 2022 - C++
-
Updated
May 16, 2022 - CSS
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Jul 1, 2022 - Svelte
-
Updated
Jun 28, 2017 - JavaScript
-
Updated
Jun 1, 2022 - C++
-
Updated
Jul 4, 2022 - PHP
-
Updated
Nov 7, 2017 - JavaScript
-
Updated
Oct 29, 2020 - Rust
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Oct 11, 2019
-
Updated
Jun 8, 2022 - Python
-
Updated
May 25, 2022 - Go
-
Updated
Aug 31, 2020 - PHP
-
Updated
Oct 11, 2021 - TypeScript
-
Updated
May 13, 2021 - Swift
-
Updated
Jun 17, 2022 - Go
We need a good test coverage to avoid regressions.
-
Updated
Jan 28, 2022 - PHP
-
Updated
Aug 2, 2020 - Vue
-
Updated
Feb 21, 2018 - JavaScript
-
Updated
Oct 8, 2018 - Shell
-
Updated
Jul 6, 2022 - C#
-
Updated
May 26, 2022 - Visual Basic .NET
-
Updated
Aug 9, 2018 - TypeScript
-
Updated
Oct 5, 2020 - Python
Improve this page
Add a description, image, and links to the database-gui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the database-gui topic, visit your repo's landing page and select "manage topics."
Problem
Currently, casting from textual types (e.g.,
TEXT
) to numbers relies on the default PostgreSQL number handling. This will be solved for theNUMERIC
type once #1107 is solved, but we should also handle other number types.Proposed solution