-
my db config
` db = DBMaker.fileDB(f).fileMmapEnable()
.fileChannelEnable()
.closeOnJvmShutdown().make();`
exception is:
Invocation of init method failed; n…
-
## Issue Description
When logging queries, there are two `BEGIN TRANSACTIONS` executing at once and save fails.
### Expected Behavior
No transaction errors. Driver should properly wait …
-
I have a weird issue. Our code hangs whenever we try:
Example:
```ruby
ActiveRecord::Base.transaction do
ActiveGraph::Base.write_transaction do
User.first # User is an ActiveRecord objec…
-
Currently, heed is too restrictive on the write transactions and do not permit certain basic operations like writing the content of one database into another as the example shows below.
[According t…
-
When writing re-usable code it is often the case that a function accepts a DatabasePoolConnection | DatabaseTransactionConnection, this can be a transaction or database connection. If the function nee…
-
It's possible I've misunderstood or overlooked something, but as best I can tell:
The [documentation on managed transactions](https://jdbi.org/releases/3.41.2/#_managed_transactions) says
> Th…
-
Tarantool 2.2.0-108-gec93b4a55
```
sss = box.schema.space.create('tmp', { format = { { 'id', 'unsigned' } } })
sss:create_index('primary', { parts = { 'id' } })
sss:on_replace(function()
bo…
R-omk updated
5 years ago
-
# Spring data cloud spanner: add configuration to favour mutations or dml statements
**Is your feature request related to a problem? Please describe.**
Like stated in the spanner documenation (h…
-
Comments left on this issue will be shown live on the post: https://jordaneldredge.com/blog/speed-up-laravel-tests-with-database-transactions/
-
The sample from the Usage section is an excellent test of nested transactions. @marcucio did some good work to make this sample work with batching for the Android version. I also did a quick test to v…