darasion

Results 3 issues of darasion

My code is like this: ``` var rows []*Row db.Select().All(&rows) ``` and i got an error: `Invalid variable type: must be a slice of struct or NullStringMap` But a lot...

[CDbCommandBuilder.createMultipleInsertCommand()](http://www.yiiframework.com/doc/api/1.1/CDbCommandBuilder#createMultipleInsertCommand-detail) Is there any way to do this now? or, will it be supported later?

test code is: ``` package main import ( "github.com/go-ozzo/ozzo-routing" "github.com/go-ozzo/ozzo-routing/fault" "log" "net/http" ) func main() { router := routing.New() router.Use( fault.Recovery(log.Printf, func(c *routing.Context, err error) error { c.Write(err) return nil...