Sergey Tarasov
Sergey Tarasov
module `child_process` not exist in slimerjs, you comment this line in [lib/phantom/start.js](https://github.com/peerigon/phridge/blob/master/lib/phantom/start.js#L9) ?
Please, write how you replace phantom to slimer more detail.
``` var s string var i int64 var f float64 for tN, dest := range []interface{}{ &f, &i, &s, } { if err := db.QueryRow("SELECT 0.018 FROM DUAL").Scan(dest); err !=...
Sorry, i not set ```drvCfg.SetFloat(ora.S)```. With this settings work.
Typ=2 Len=3: 194,2,23 With ```NUMBER(38, 0)``` also
```INTEGER``` like alias ```NUMBER(38, 0)```.
I write function-helper, but better, if column autoconvert to native golang type. ``` func intVal(v interface{}) (int, error) { str := v.(ora.OCINum).String() return strconv.Atoi(str) } ```
Thanks. I already use pre-settings. I found it strange that all the other numeric types are converted to native go-types, but ```number(38)``` and ```integer``` not.
Hmm... I thought that it could be generated but I expected a different folder for that. Like `dist` or something. :-) Let's check later a little bit.
And the button drives to edit the files in place. :-)