joe-conigliaro
|
f1f720cc78
|
pg: update optional return syntax
|
2019-09-26 14:23:29 +03:00 |
iRedMail
|
92b634de7c
|
Fixes old syntax and make Row.vals mutable
- Replace `*` by `&` for C code
- Make `Row.vals` mutable. Otherwise line 56 will raise error.
|
2019-09-13 00:46:51 +03:00 |
Alexander Medvednikov
|
f61b14584a
|
remove "import const" everywhere
|
2019-08-23 00:09:03 +03:00 |
Delyan Angelov
|
49899c649c
|
orm: fix select .. limit 1 . This case now returns an ?Row.
|
2019-08-20 16:33:14 +03:00 |
Istvan
|
dee411149e
|
pg: config struct for connecting
|
2019-08-20 11:08:06 +03:00 |
Alexander Medvednikov
|
8f8e0dfad7
|
V ORM
|
2019-08-10 13:35:29 +02:00 |
Alexander Medvednikov
|
9eb385d9ee
|
Revert "remove pg from vlib"
This reverts commit 15c5f671f0 .
|
2019-08-04 00:11:56 +02:00 |
Alexander Medvednikov
|
15c5f671f0
|
remove pg from vlib
|
2019-08-03 03:49:17 +02:00 |
Alexander Medvednikov
|
34a98e3df0
|
vweb fixes
|
2019-08-03 02:27:56 +02:00 |
Vitaly Takmazov
|
a2d4d38e8a
|
pg: add Darwin flag for MacPorts installation path
|
2019-07-30 03:48:49 +02:00 |
Alexander Medvednikov
|
69b6e682cb
|
pg: fix GCC compilation error
|
2019-07-30 00:28:35 +02:00 |
Alexander Medvednikov
|
390394b56b
|
string: make substr() copy the data, like in Java and C#; remove .cstr()
this makes managing memory used by strings much easier
V strings are now fully compatible with C strings
|
2019-07-22 17:03:45 +02:00 |
Alexander Medvednikov
|
de8dc4cddb
|
hot code reloading examples
|
2019-07-07 22:02:27 +02:00 |
Alexander Medvednikov
|
8f10e37370
|
make << work with appending arrays; PostgreSQL driver
|
2019-07-04 17:31:14 +02:00 |