mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
orm: cross compile pg to linux; openssl: make cross compile work
This commit is contained in:
parent
986ed33deb
commit
27ff2f1628
5 changed files with 27 additions and 6 deletions
|
@ -43,7 +43,9 @@ For a list of all features and fixes, check out the changelog.
|
|||
- [x] Lambdas: `a.sort(|a, b| a > b)`
|
||||
- [ ] Custom attributes
|
||||
- [ ] Contexts that are passed implicitly (e.g. for custom allocation/memory management)
|
||||
- [x] Implicit Veb contexts passed to requests
|
||||
- [ ] Direct C/C++ interop without generating wrappers
|
||||
- [ ] Make ORM work without installing developer libs (libpq-dev etc)
|
||||
|
||||
## [Version 0.6]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue