mirror of
https://github.com/Airsequel/AirGQL.git
synced 2025-08-11 01:16:58 +03:00
Fix typo
This commit is contained in:
parent
5394fcd9bc
commit
81018cd481
1 changed files with 1 additions and 1 deletions
|
@ -1315,7 +1315,7 @@ instance ToSample AirGQL.Lib.SQLPost where
|
|||
toSamples _ = singleSample $ SQLPost "SELECT * FROM users"
|
||||
|
||||
|
||||
-- | Converts an sql error to text, possibly adding airsequel-specific context.
|
||||
-- | Converts a SQL error to text, possibly adding airsequel-specific context.
|
||||
sqliteErrorToText :: SS.SQLError -> Text
|
||||
sqliteErrorToText error =
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue