mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
orm_test: remove pg import for now
This commit is contained in:
parent
22348f2245
commit
f9fb6f0be4
@ -241,7 +241,7 @@ pub fn new_context(cfg gg.Cfg) *Context {
|
||||
// A dirty hack to implement rendering of cyrillic letters.
|
||||
// All UTF-8 must be supported.
|
||||
fn (ctx mut Context) init_utf8_runes() {
|
||||
s := '≈йцукенгшщзхъфывапролджэячсмитьбюЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ'
|
||||
s := '≈≠⩽⩾йцукенгшщзхъфывапролджэячсмитьбюЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ'
|
||||
println(s)
|
||||
us := s.ustring()
|
||||
for i := 0; i < us.len; i++ {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import pg
|
||||
//import pg
|
||||
|
||||
struct Modules {
|
||||
id int
|
||||
|
Loading…
Reference in New Issue
Block a user