Georg Semmler
Georg Semmler
> Since the underlying Oracle libraries internally do statement caching, the need to write wrappers for manual caching may be lessened. The main problem with that internal statement caching is...
Could you explain what exactly this would offer what is not already implemented with the `import_types` option?
@mox-mox If you see some concrete improvements, PR's are welcome.
What's wrong with `sql_query("SELECT load_extension('libspatialite-2.so');").execute(&connection)?` as part of your startup sequence?
Thanks for reporting this. This I would not consider this to be a bug, as we explicitly changed the behaviour for returning connection to the pool to consider connections with...
I've opened #3254 with an potential fix for this.
@joelgallant Try looking into diesels own test suit for examples how to write unit tests. It basically boils down to have a function to create connection somewhere and calling [`begin_test_transaction...
@Mastermindaxe There are two reasons why there exists no official best practice or guide on this topic: * There is no one fits all use cases solution here. Depending on...
@dessalines That's not the place to ask such questions. This is a feature request about extending the support of postgres array operations, not about string concats. Please use our support...
The back trace indicates that this happens in code generated by `#[derive(Debug)]`. Could someone check if that's fixed by a newer rust version?