index
:
go-oblast
main
A small ORM library for Go, focused on type safety and performance
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
select_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace Wrap with NewDB/NewConn/NewTx
Stefan Majewsky
2026-05-18
1
-8
/
+8
*
change Handle to a generic interface without explicit dep on database/sql
Stefan Majewsky
2026-05-12
1
-8
/
+8
*
allow both None or ErrNoRows in SelectOne{,Where}
Stefan Majewsky
2026-05-08
1
-3
/
+84
*
return None instead of ErrNoRows from SelectOne{,Where}
Stefan Majewsky
2026-05-04
1
-12
/
+14
*
add ctx arguments to most methods
Stefan Majewsky
2026-04-30
1
-40
/
+48
*
exclude testhelpers from coverage testing
Stefan Majewsky
2026-04-24
1
-3
/
+3
*
add type PreparedSelectQuery
Stefan Majewsky
2026-04-18
1
-16
/
+123
*
improve test coverage, error reporting for Select()
Stefan Majewsky
2026-04-17
1
-54
/
+138
*
increase test coverage for planning
Stefan Majewsky
2026-04-15
1
-8
/
+8
*
before scanning, spawn member structs within pointers as necessary
Stefan Majewsky
2026-04-15
1
-1
/
+74
*
clarify behavior around recursing into struct type members
Stefan Majewsky
2026-04-15
1
-0
/
+1
*
initial test coverage for Store.Select functions
Stefan Majewsky
2026-04-14
1
-0
/
+222