update 0.2 roadmap

pull/2997/head
Alexander Medvednikov 2019-12-06 12:46:44 +03:00
parent 353805e170
commit bdaa421e8a
2 changed files with 4 additions and 3 deletions

View File

@ -41,6 +41,7 @@ jobs:
run: | run: |
brew services start postgresql brew services start postgresql
sleep 3 sleep 3
psql -c 'select rolname from pg_roles'
psql -U postgres -c 'create database customerdb;' psql -U postgres -c 'create database customerdb;'
psql -d customerdb -f examples/database/pg/mydb.sql psql -d customerdb -f examples/database/pg/mydb.sql
- name: Test v->c - name: Test v->c

View File

@ -17,10 +17,10 @@
+ prebuilt binaries for all platforms + prebuilt binaries for all platforms
+ cached modules + cached modules
+ bring back generics + bring back generics
- bring back forum/blog and vpm + bring back forum/blog and vpm
- wrap up orm + wrap up orm
+ bring back vweb + bring back vweb
- fix vorum, migrate to orm + fix vorum, migrate to orm
- wrap up memory management - wrap up memory management
- remove all compiler memory leaks - remove all compiler memory leaks
+ fix child <T> function calls + fix child <T> function calls