Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
initdc
/
v
Public
forked from
vlang/v
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
v
vlib
orm
on
master
User selector
All users
All time
Commit history
Commits on Dec 26, 2025
orm: add check for invalid index field name (#26142)
kbkpbot
authored
1f2b56d
View commit details
Copy full SHA for 1f2b56d
View code at this point
Browse repository at this point
Commits on Dec 25, 2025
orm: allow multiple set() in one update() call (fix #26116) (#26117)
kbkpbot
authored
557ca40
View commit details
Copy full SHA for 557ca40
View code at this point
Browse repository at this point
Commits on Dec 24, 2025
parser,orm: fix autofree detection for is_or with block style (fix #25969) (#26089)
bradcypert
authored
a822fb6
View commit details
Copy full SHA for a822fb6
View code at this point
Browse repository at this point
Commits on Nov 16, 2025
orm: add index attr support (#25604)
kbkpbot
authored
6b7535e
View commit details
Copy full SHA for 6b7535e
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
orm: fix double fkey insert and update (fix #25593) (#25606)
kbkpbot
authored
8198e9e
View commit details
Copy full SHA for 8198e9e
View code at this point
Browse repository at this point
Commits on Oct 24, 2025
orm: fix fkey insert as assigment expr (fix #25568) (#25575)
kbkpbot
authored
bfd36f8
View commit details
Copy full SHA for bfd36f8
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
orm: mark orm_where_in_test.v to be skipped in the sanitize-memory-clang job
spytheman
committed
867a589
View commit details
Copy full SHA for 867a589
View code at this point
Browse repository at this point
Commits on Oct 12, 2025
orm: make orm.Null be the default/first variant of the orm.Primitive sumtype (since the orm.Null struct is a lot smaller, compared to orm.InfixType one)
spytheman
committed
933d441
View commit details
Copy full SHA for 933d441
View code at this point
Browse repository at this point
Commits on Oct 3, 2025
orm: fix f32 and f64 (#25437)
kbkpbot
authored
176ec8f
View commit details
Copy full SHA for 176ec8f
View code at this point
Browse repository at this point
Commits on Sep 30, 2025
usecache: fix duplicates; doc: minor fixes
medvednikov
committed
9772649
View commit details
Copy full SHA for 9772649
View code at this point
Browse repository at this point
Commits on Sep 4, 2025
time: always return utc() timezone for Time.unix/0 (fix #17784) (#25233)
Le0Developer
authored
2b4253c
View commit details
Copy full SHA for 2b4253c
View code at this point
Browse repository at this point
Commits on Aug 19, 2025
checker: fix sql insert expr propagate result (fix #24833) (#25136)
Krchi
authored
b99c382
View commit details
Copy full SHA for b99c382
View code at this point
Browse repository at this point
Commits on Aug 4, 2025
orm: support lowercase operators `like`, `in`, `not in` etc (fix #25032) (#25035)
Delta456
authored
1569a82
View commit details
Copy full SHA for 1569a82
View code at this point
Browse repository at this point
Commits on Jun 19, 2025
ci: remove the `// vtest flaky: true` tags from the remaining tests (#24379)
spytheman
authored
99be39c
View commit details
Copy full SHA for 99be39c
View code at this point
Browse repository at this point
Commits on Jun 18, 2025
breaking,orm: add table attrs; add table/field comment support for mysql and pg (#24744)
kbkpbot
authored
d409721
View commit details
Copy full SHA for d409721
View code at this point
Browse repository at this point
Commits on Jun 2, 2025
orm: add `in` and `not in` to orm_func (fix #24639) (#24642)
LouisSchmieder
authored
2944710
View commit details
Copy full SHA for 2944710
View code at this point
Browse repository at this point
orm: add IN and NOT IN (#24634)
LouisSchmieder
authored
73ebf42
View commit details
Copy full SHA for 73ebf42
View code at this point
Browse repository at this point
Commits on May 4, 2025
ci: reduce false positives for orm_func_test.v on windows (retry it 2 times)
spytheman
committed
8cb0fc7
View commit details
Copy full SHA for 8cb0fc7
View code at this point
Browse repository at this point
Commits on Apr 17, 2025
orm: add or_where() method to the builder (fix #24244) (#24250)
kbkpbot
authored
4e6b56d
View commit details
Copy full SHA for 4e6b56d
View code at this point
Browse repository at this point
Commits on Apr 15, 2025
orm: fix option field with default null value (fix #24222) (#24228)
kbkpbot
authored
711470d
View commit details
Copy full SHA for 711470d
View code at this point
Browse repository at this point
orm: set default value for require field if database value is null (fix #24221) (#24222)
kbkpbot
authored
b76997a
View commit details
Copy full SHA for b76997a
View code at this point
Browse repository at this point
Commits on Apr 14, 2025
orm: fix option type, convert from int to i8, add examples, etc (fix #24211) (#24213)
kbkpbot
authored
b180a03
View commit details
Copy full SHA for b180a03
View code at this point
Browse repository at this point
Commits on Apr 13, 2025
orm: add function call based builder API for dynamic queries (fix #24178) (#24196)
kbkpbot
authored
5e69315
View commit details
Copy full SHA for 5e69315
View code at this point
Browse repository at this point
Commits on Apr 7, 2025
parser: fix orm generic struct table type parsing (fix #24049) (#24149)
felipensp
authored
85a2dd9
View commit details
Copy full SHA for 85a2dd9
View code at this point
Browse repository at this point
Commits on Apr 5, 2025
orm: skip orm_complex_where_test.v for `sanitize-memory-clang` too
spytheman
committed
10adb07
View commit details
Copy full SHA for 10adb07
View code at this point
Browse repository at this point
orm: fix gen sql complex where (fix #24136) (#24138)
Ddiidev
authored
6832df1
View commit details
Copy full SHA for 6832df1
View code at this point
Browse repository at this point
Commits on Mar 30, 2025
cgen: fix nested array support for the orm (fix #19327) (#24080)
kbkpbot
authored
690f845
View commit details
Copy full SHA for 690f845
View code at this point
Browse repository at this point
Commits on Mar 28, 2025
orm: fix default value quote (fix #24052) (#24057)
kbkpbot
authored
fcd2eed
View commit details
Copy full SHA for fcd2eed
View code at this point
Browse repository at this point
Commits on Mar 13, 2025
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
spytheman
authored
a80bc23
View commit details
Copy full SHA for a80bc23
View code at this point
Browse repository at this point
Commits on Feb 9, 2025
orm,cgen: fix `@[sql: serial]` and `@[serial]` are not the same (fix #23346) (#23678)
nunsez
authored
dd063fa
View commit details
Copy full SHA for dd063fa
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
orm: fix codegen for option fk (fix #23383) (#23400)
felipensp
authored
7078a2e
View commit details
Copy full SHA for 7078a2e
View code at this point
Browse repository at this point
Commits on Dec 23, 2024
cgen, checker: allow using smartcasted sumtype variant values in the ORM queries (fix #23239) (#23241)
Delta456
authored
f089ba9
View commit details
Copy full SHA for f089ba9
View code at this point
Browse repository at this point
Commits on Dec 1, 2024
orm: fix list generation and escape loose backtick (#23039)
Elsie19
authored
f3d0c53
View commit details
Copy full SHA for f3d0c53
View code at this point
Browse repository at this point
Commits on Nov 9, 2024
orm: support plain `@[serial]` attribute for marking struct fields (#22814)
nunsez
authored
e1a5acc
View commit details
Copy full SHA for e1a5acc
View code at this point
Browse repository at this point
orm: fix order by with custom column name (#22813)
felipensp
authored
fad49da
View commit details
Copy full SHA for fad49da
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.