-
Updated
Apr 20, 2021 - Java
database-management
Here are 1,006 public repositories matching this topic...
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Dec 28, 2020 - JavaScript
- Parser::parse: more complex examples, errors detecting
- Lexer::detokenize
- utils_sql (for splitQueries() check the CREATE TRIGGER)
- utils
- SelectResolver
- SchemaResolver
-
Updated
Apr 20, 2021 - Go
-
Updated
Jun 28, 2017 - JavaScript
Why I need your help
Currently I'm working on a lot of features, which included adding support for different database types namely postgresql
but that takes a lot of time and keeps me from adding the other features. So because of the time it takes I'm inclined to push back db support to the release after the upcoming one. But then still, it takes a lot of time.
My request
Is anyo
-
Updated
Apr 10, 2021 - Kotlin
Describe the bug
Character greater then > breaks comment in formatter
To Reproduce
Steps to reproduce the behavior:
- Go to https://vscode-sqltools.mteixeira.dev/playground/formatter
- Click on insert into below text:
-- comments are
-- breaks by sign greater than >
-- unfortunately - See error
Expected behavior
the comment should not be affected by a character grea
-
Updated
Apr 9, 2021 - TypeScript
-
Updated
Feb 9, 2021
-
Updated
Apr 13, 2021 - PHP
-
Updated
Oct 29, 2020 - Rust
-
Updated
Mar 8, 2021
-
Updated
Feb 10, 2021 - PHP
-
Updated
Dec 4, 2020 - Ruby
Describe output has this
To deny and cancel this migration:
kubectl schemahero reject migration 7173d4a
However
$ kubectl schemahero reject migration 7173d4a
Error: unknown command "reject" for "schemahero"
Run 'schemahero --help' for usage.
unknown command "reject" for "schemahero"
-
Updated
Jan 29, 2021 - PHP
-
Updated
Dec 11, 2019 - TSQL
-
Updated
Nov 5, 2018 - JavaScript
-
Updated
Apr 8, 2021 - Ruby
-
Updated
Apr 18, 2021 - Java
We don't want to build releases on any tags, just for releases
-
Updated
Jan 16, 2021 - PHP
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Mar 12, 2020 - Python
-
Updated
May 28, 2018 - Erlang
-
Updated
Oct 21, 2020
Improve this page
Add a description, image, and links to the database-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the database-management topic, visit your repo's landing page and select "manage topics."
Environment
Liquibase Version: 3.6.2
Liquibase Integration & Version: springboot 2.0.2 and gradle
Liquibase Extension(s) & Version: /
Database Vendor & Version: MariaDB 10.5.9
Operating System Type & Version: Windows 10 Enterprise
Description
If I add setColumnRemarks changeset, it throws an error for MariaDB. The example of my changeset is like following