yam-transaction-odbc 0.1.6 → 0.1.7
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
src/Yam/Transaction/ODBC.hs view
@@ -20,7 +20,7 @@ let mayMap = do map <- extra ds M.lookup "NLS_LANG" map case mayMap of- Nothing -> error "DataSource extra.NLS_LANG not set"+ Nothing -> throwM $ DataSourceConfigNotFound "extra.NLS_LANG" Just m -> liftIO $ setEnv "NLS_LANG" $ cs m runLoggingT (withODBCPool (toDbTp $ symbolVal $ toP p) (cs $ conn ds) (thread ds) (lift.a)) logger where toP :: KnownSymbol db => Proxy (ODBC db) -> Proxy db
yam-transaction-odbc.cabal view
@@ -1,5 +1,5 @@ name: yam-transaction-odbc-version: 0.1.6+version: 0.1.7 description: Transaction ODBC Plugin homepage: https://github.com/leptonyu/yam/tree/master/yam-transaction-odbc#readme license: BSD3