• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

typeorm / typeorm / 15020664609

14 May 2025 12:27PM UTC coverage: 76.308% (+0.003%) from 76.305%
15020664609

push

github

web-flow
fix: capacitor driver PRAGMA bug (#11467)

* fix: capacitor driver PRAGMA bug

add usage of query method for PRAGMA queries in CapacitorQueryRunner.ts;
add usage of execute method for PRAGMA queries in CapacitorDriver.ts;
PRAGMA statements must be executed with query method in CapacitorQueryRunner.ts to be able to return results used in AbstractSqliteQueryRunner, not just success indicator, otherwise error appears: tableColumn.type.indexOf is not a function.;
PRAGMA statements must be executed with execute method in CapacitorDriver.ts, otherwise error appears: prepareSQL step failed rc: 100 message: another row available

* fix: npm format

9188 of 12747 branches covered (72.08%)

Branch coverage included in aggregate %.

0 of 3 new or added lines in 2 files covered. (0.0%)

1 existing line in 1 file now uncovered.

18859 of 24008 relevant lines covered (78.55%)

197395.39 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

11.11
/src/driver/capacitor/CapacitorQueryRunner.ts


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc