sergej-klimenko

Results 1 issues of sergej-klimenko

I created a simple test using nested lists of objects and measured the memory usage (heap and rss). [z_plsql_nested_mem_test.go](https://github.com/sergej-klimenko/godror/blob/nested_mem_test/z_plsql_types_i390_test.go) These are the results obtained ``` go test -run "TestPlSqlNestedObj" -v...