We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5a5a9 commit 78175ecCopy full SHA for 78175ec
lib/arjdbc/sqlite3/adapter.rb
@@ -469,7 +469,7 @@ def extract_default_function(default_value, default)
469
end
470
471
def has_default_function?(default_value, default)
472
- !default_value && %r{\w+\(.*\)|CURRENT_TIME|CURRENT_DATE|CURRENT_TIMESTAMP}.match?(default)
+ !default_value && %r{\w+\(.*\)|CURRENT_TIME|CURRENT_DATE|CURRENT_TIMESTAMP|\|\|}.match?(default)
473
474
475
# See: https://www.sqlite.org/lang_altertable.html
0 commit comments