Skip to content

Commit

Permalink
Convert addresses to lowercase to replicate the NO CASE collation i…
Browse files Browse the repository at this point in the history
…n SQLite
  • Loading branch information
domMayhew committed Jun 19, 2024
1 parent 8f88d81 commit c360192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kupo/App/Database/Postgres.hs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ mkDatabase tr longestRollback bracketConnection = Database
mapM_ (\DB.Input{..} -> do
insertRow @"inputs" conn 7
( Binary extendedOutputReference
, address
, T.toLower address
, Binary value
, Binary <$> datumInfo
, Binary <$> refScriptHash
Expand Down

0 comments on commit c360192

Please sign in to comment.