index
:
go-oblast
main
A small ORM library for Go, focused on type safety and performance
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plan.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
add ReadOnly plan option
Stefan Majewsky
2026-08-26
1
-4
/
+12
*
cache buildPlan results
Stefan Majewsky
2026-07-17
1
-12
/
+58
*
bring back support for LastInsertId-based INSERT
Stefan Majewsky
2026-05-22
1
-1
/
+38
*
Insert, Upsert, Update, Delete: do not panic on indirection through nil pointer
Stefan Majewsky
2026-05-13
1
-8
/
+28
*
remove support for SQL dialects that rely on LastInsertId()
Stefan Majewsky
2026-04-24
1
-33
/
+5
*
add query planning for Upsert()
Stefan Majewsky
2026-04-23
1
-2
/
+14
*
add StructTagKeyIs
Stefan Majewsky
2026-04-18
1
-8
/
+14
*
increase test coverage for planning
Stefan Majewsky
2026-04-15
1
-6
/
+5
*
before scanning, spawn member structs within pointers as necessary
Stefan Majewsky
2026-04-15
1
-1
/
+8
*
clarify behavior around recursing into struct type members
Stefan Majewsky
2026-04-15
1
-30
/
+71
*
fold package internal into package oblast
Stefan Majewsky
2026-04-14
1
-0
/
+294
*
reorganize code
Stefan Majewsky
2026-04-10
1
-150
/
+0
*
start reflecting on types to build a query plan
Stefan Majewsky
2026-04-10
1
-0
/
+150