issues
search
valderman
/
selda
A type-safe, high-level SQL library for Haskell
https://selda.link
MIT License
478
stars
58
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Improve monad transformers support
#198
madidier
opened
2 months ago
0
Fix build with mtl ≥ 2.3
#197
rnhmjoj
opened
5 months ago
0
Update CI
#196
ludat
opened
7 months ago
0
No support for SQLite custom collations
#195
Aaronmacaron
opened
8 months ago
0
Broken Haskell CI
#194
jchia
opened
9 months ago
0
Cannot insert with an autoPrimaryKey without throwing DefaultValueException
#193
tankorsmash
closed
9 months ago
1
Modernize
#192
jchia
opened
10 months ago
0
Cascade
#191
stefichjo
opened
11 months ago
0
missing support for concurrent db access? (lock/serializable transaction)
#190
mauke
opened
1 year ago
0
Fix building with mtl-2.3
#189
brprice
closed
1 year ago
2
fix: build with mtl 2.3 and ghc 9.6
#188
guibou
opened
1 year ago
3
New Hackage release?
#187
dhess
opened
1 year ago
8
SQLite doesn't have native DateTime datetypes, so setting Maybe UTCTimes results in invalid data
#186
tankorsmash
opened
1 year ago
1
How to use `tableFieldMod`?
#185
tankorsmash
closed
1 year ago
3
Allow text-2.0
#184
jchia
closed
1 year ago
0
Fix schema query for validation in postgres case
#183
YPares
closed
1 year ago
1
Validation tests fail with Postgresql >=13 & when same database used for other schemas
#182
YPares
closed
1 year ago
1
Added a test for migrating tables with uuid cols
#181
YPares
opened
2 years ago
0
Migration: validation against schema fails with SQLite with tables that contain UUID columns
#180
YPares
opened
2 years ago
1
Using Maybe for updating only Just values, if any
#179
Odeyaloleg
opened
2 years ago
0
Update selda packages on Hackage
#178
DaQuirm
closed
2 years ago
3
Question on prepared statements
#177
collinpeters
closed
2 years ago
2
Improve auto migration
#176
taqenoqo
opened
2 years ago
0
Enable compatibility with newer GHC and dependency versions
#175
jchia
closed
2 years ago
2
How to restrict by UUID?
#174
decapo01
closed
2 years ago
1
Foreign Keys with Cascade Delete
#173
DaQuirm
opened
2 years ago
2
Failing to build `selda-sqlite`
#172
guygastineau
opened
2 years ago
3
How to handle migrations selda
#171
tonyalaribe
opened
3 years ago
2
Use "+HH:MM" suffix instead of "+HHMM" when storing datetime's as text
#170
alexmingoia
opened
3 years ago
1
Add example for selda-json
#169
seanhess
opened
3 years ago
2
Do not isolate `distinct` to avoid missing renames
#168
TomMD
closed
3 years ago
2
SeldaT uses a ReaderT instead of StateT
#167
YPares
closed
3 years ago
1
Cleaned up stack config for lts 17.0
#166
YPares
closed
3 years ago
0
Invalid queries generated for PSQL when using two `distinct` clauses
#165
TomMD
closed
3 years ago
1
Exporting GSqlRow to be able to refer to it
#164
YPares
closed
3 years ago
1
Psql and Sqlite both allow "DOUBLE PRECISION" but not "DOUBLE"
#163
TomMD
closed
3 years ago
0
Sqlite and Psql disagree on the name "DOUBLE" - all uses cause broken Psql queries
#162
TomMD
closed
3 years ago
1
Why StateT instead of ReaderT?
#161
YPares
closed
3 years ago
1
Resource-pool based transformer
#160
TomMD
closed
3 years ago
1
Distinct of a count?
#159
TomMD
closed
3 years ago
1
Does Selda support sum types with non-nullary constructors?
#158
H2CO3
closed
3 years ago
2
Crash when inductive tuple has non-nullable column after left join row
#157
alexmingoia
opened
3 years ago
1
Selda is newtype unfriendly
#156
TomMD
closed
3 years ago
2
fromSql for invalid SQL column value
#155
jchia
opened
4 years ago
0
Lack of posibility to upsert whole row, or it is poorly documented.
#154
majkrzak
opened
4 years ago
0
Comparison between Nullable SqlType could crash the code
#153
kamoii
opened
4 years ago
0
not able to use GeneralizedNewtypeDeriving to derive SqlRow on newtype
#152
cdepillabout
opened
4 years ago
1
Support plain timestamp type (oid 1114)
#151
kayhide
opened
4 years ago
1
Add distinction between int 64 and int 32.
#150
TomMD
closed
3 years ago
3
Add tableInfoName field to TableInfo that holds the TableName from Table
#149
cdepillabout
closed
3 years ago
1
Next