Skip to content

Commit

Permalink
fix auto populate, behavior changed due MR shown below
Browse files Browse the repository at this point in the history
rails/rails#48241

Also relates to change to sqlite3 adapter getting support to
'supports_insert_returning?' true
  • Loading branch information
JesseChavez committed Jul 22, 2024
1 parent 9c24c0e commit 72a4620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/arjdbc/mssql/column.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def unquote_string(string)
def identity?
sql_type.downcase.include? 'identity'
end
alias_method :auto_incremented_by_db?, :identity?

def ==(other)
other.is_a?(MSSQLColumn) &&
Expand Down

0 comments on commit 72a4620

Please sign in to comment.