admin

admin

SQLScout 4.4.2 Released

Changelog Fixed usages of APIs removed in Android Studio 3.2. Added support for debugging SQLite databases in Android applications built with Xamarin.
Read More

SQLScout 4.4.1 Released

Changelog Improved handling of database connection errors. When SQL Scout fails to connect to a database: The database’s icon in the “SQLite Explorer” is decorated with a red “X”. Hovering over the database’s icon in...
Read More

SQLScout 4.4.0 Released

Changelog Added support for Android Studio 3.2 Beta 2, while keeping backwards compatibility with Android Studio 3.1.x. Fixed bug where uploading database file to device failed with “file already exists” error.
Read More

SQLScout 4.3.0 Released

Changelog “Live Device Connection” now works with Samsung and non-rooted devices (this version of SQLScout requires SQLScout Server 4.1 or newer.) When creation of a “Live Device” connection fails due to a failed connection to...
Read More

SQLScout 4.2.0 Released

Changelog If SQLScout server is not found as a dependency, SQLScout now automatically adds both com.idescout.sql:sqlscout-server and com.idescout.sql:sqlscout-server-noop to the application’s debug and release build types, respectively: debugImplementation...
Read More

SQLScout 4.1.0 Released

Changelog Support for Android Studio 3.1.0. SQLScout 4.1.0 is compatible with Android Studio 3.1.0. Due to changes in Android Studio itself, this version of SQLScout is not compatible with older versions of Android Studio. Room Migration improvements....
Read More

SQLScout 4.0.0 Released

We are proud to announce SQLScout 4.0.0! Changelog 1. Support for database Views. SQLScout can display View objects in the “SQLite Explorer” view. Now you can visualize a View’s schema and its data, and execute SQL statements against...
Read More

SQLScout 3.3.0 Released

We are proud to announce SQLScout 3.3.0! Changelog 1. Room support: execute SQL statements in @Query annotations: 2. Execution of parameterized SQL statements: 3. Bug fixes: “Room Migration” wizard now can handle column names that are Java...
Read More

SQLScout 3.2.0 Released

Introducing SQLScout 3.2.0! This version of SQLScout is dedicated to provide support for generating Room Entity, DAO and Database classes from existing database schemas. With 3 clicks, SQLScout’s “Room Migration” wizard will handle the heavy-lifting,...
Read More

SQLScout 3.1.0 Released

We are proud to announce SQLScout 3.1.0! This version includes integration with Android Studio’s Device File Explorer, improved offline Android database connections, and bug fixes. Changelog 1. Debug and manage any Android database from the Device...
Read More