sqlite icon indicating copy to clipboard operation
sqlite copied to clipboard

bug: No active transaction if you use saveToStore()

Open Nickolas- opened this issue 10 months ago • 1 comments

Plugin version: 6.0.2

Platform(s): Web

Current behavior: Give an error "cannot commit - no transaction is active"

Expected behavior: No errors

Steps to reproduce: Save any data in db and in same transaction use saveToStore()

Image

Other information:

Capacitor doctor:

💊   Capacitor Doctor  💊

Latest Dependencies:

  @capacitor/cli: 7.1.0
  @capacitor/core: 7.1.0
  @capacitor/android: 7.1.0
  @capacitor/ios: 7.1.0

Installed Dependencies:

  @capacitor/android: not installed
  @capacitor/ios: not installed
  @capacitor/cli: 6.1.2
  @capacitor/core: 6.1.2

Nickolas- avatar Mar 17 '25 13:03 Nickolas-

I think you're doing it wrong

Kawesom avatar Sep 05 '25 18:09 Kawesom