Sqlpro For Sqlite 2019 07 08 09 Version
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sqlite: Remove useless function of tokenize | Jinguang Dong | 2019-03-04 | 1 | -191/+0 |
* | Fix parameter checking logic error in tokenize | Jinguang Dong | 2019-03-04 | 1 | -1/+1 |
* | Merge 'Use -Werror in external/sqlite' am: 0d42d6b303 am: 545d8fbaaf am: 2384. | Chih-Hung Hsieh | 2017-09-29 | 1 | -1/+7 |
| | |||||
| * | Use -Werror in external/sqlite | Chih-Hung Hsieh | 2017-09-29 | 1 | -1/+7 |
| * | ICU is disabled by Android.bp | Jiyong Park | 2017-09-07 | 2 | -7/+2 |
| * | Mark libsqlite as vendor_available | Jiyong Park | 2017-09-05 | 1 | -1/+2 |
| * | Don't use ICU when built for vendors | Jiyong Park | 2017-08-10 | 2 | -2/+29 |
* | | Merge 'Fix false positives comparing local and intl numbers' | Francisco Pimenta | 2017-09-18 | 4 | -60/+307 |
| | |||||
| * | | Fix false positives comparing local and intl numbers | Francisco Pimenta | 2017-07-18 | 4 | -60/+307 |
* || | ICU is disabled by Android.bp | Jiyong Park | 2017-08-11 | 2 | -7/+2 |
* || | Don't use ICU when built for vendors | Jiyong Park | 2017-08-10 | 2 | -2/+29 |
|// | |||||
* | | Mark libsqlite as vendor_available | Jiyong Park | 2017-06-26 | 1 | -1/+2 |
|/ | |||||
* | Convert external/sqlite to Android.bp | Colin Cross | 2017-04-19 | 3 | -34/+32 |
* | external/sqlite/android cleanup. | Elliott Hughes | 2016-09-13 | 3 | -145/+78 |
* | Rename libicuuc-host/libicui18n-host to libicuuc/libicui18n | Dan Willemsen | 2016-09-12 | 1 | -1/+1 |
* | Remove hardcoded ICU include paths. | Narayan Kamath | 2015-01-05 | 1 | -6/+5 |
* | Switch sqlite to the new icu. | Elliott Hughes | 2014-07-09 | 1 | -2/+2 |
* | Remove deprecated WITH_HOST_DALVIK. | Ian Rogers | 2014-05-23 | 1 | -8/+6 |
* | add static dependency on liblog | Colin Cross | 2013-07-23 | 1 | -0/+2 |
* | am b4e9e379: Merge 'fix build problem, when #define ENABLE_ANDROID_LOG 1' | Elliott Hughes | 2013-03-06 | 1 | -1/+1 |
| | |||||
| * | fix build problem, when #define ENABLE_ANDROID_LOG 1 | Hyejin Kim | 2013-03-06 | 1 | -1/+1 |
* | | Remove GET_PHONEBOOK_INDEX callback | Jay Shrauner | 2013-02-25 | 5 | -581/+1 |
* | | Fix contacts index labels for i18n | Jay Shrauner | 2013-02-05 | 7 | -780/+430 |
|/ | |||||
* | am 38d33f70: am 1eabc582: Merge 'GetPhonebookIndex: Fix handling for minor Ja. | Jean-Baptiste Queru | 2012-05-01 | 2 | -5/+48 |
| | |||||
| * | GetPhonebookIndex: Fix handling for minor Japanese kana characters | Yutaro Ogasawara | 2011-12-18 | 2 | -5/+48 |
* | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE | Steve Block | 2012-01-06 | 1 | -11/+11 |
* | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 1 | -1/+1 |
|/ | |||||
* | Allow _DELETE_FILE trigger to delete files on secondary external storage | Mike Lockwood | 2011-07-07 | 1 | -6/+22 |
* | Revert 'Allow _DELETE_FILE trigger to delete files in /data/media' | Mike Lockwood | 2011-01-12 | 1 | -7/+2 |
* | DO NOT MERGE. Adding a custom function to support legacy API compatibility | Dmitri Plotnikov | 2011-01-06 | 4 | -2/+107 |
* | Update to new Unicode.h includes | Kenny Root | 2010-11-15 | 2 | -13/+14 |
* | Allow _DELETE_FILE trigger to delete files in /data/media | Mike Lockwood | 2010-10-05 | 1 | -2/+7 |
* | resolved conflicts for merge of 90f23688 to master | Jesse Wilson | 2010-09-15 | 1 | -4/+13 |
| | |||||
| * | Support sqlite on the dalvikvm host build. | Jesse Wilson | 2010-09-14 | 1 | -4/+13 |
| * | Fix problem with const result from strchr() [DO NOT MERGE] | Mike Lockwood | 2010-08-24 | 1 | -1/+1 |
* | | Put digits into an own segment with the title # | Daniel Lehmann | 2010-08-18 | 1 | -1/+8 |
* | | Fix problem with const result from strchr() | Mike Lockwood | 2010-05-19 | 1 | -1/+1 |
|/ | |||||
* | Add PHONEBOOK_COLLATOR toward SQLite so that database users are able to sort . | Daisuke Miyakawa | 2010-03-18 | 1 | -1/+40 |
* | Remove getPhoneticallySortableString() and its SQLite variant, both of which . | Daisuke Miyakawa | 2010-03-17 | 4 | -369/+1 |
* | Read external storage name from EXTERNAL_STORAGE variable. | Ray Chen | 2010-03-12 | 1 | -2/+3 |
* | Changing the phone book index for Japanese word 'other' | Dmitri Plotnikov | 2010-03-04 | 1 | -4/+2 |
* | Implementing traditional grouping of Hiragana characters in contacts lists | Dmitri Plotnikov | 2010-03-03 | 3 | -38/+90 |
* | Introducing a new SQLite extension function: GET_PHONEBOOK_INDEX | Dmitri Plotnikov | 2010-03-03 | 4 | -12/+264 |
* | bug #2180646: make comparing '404-04' and '40404' return true in the native s. | Wei Huang | 2009-10-23 | 1 | -4/+10 |
* | fix failing test. | Wei Huang | 2009-09-21 | 1 | -1/+1 |
* | make native sqlite phone_number_compare_loosely use MIN_MATCH of 7 instead of 5. | Wei Huang | 2009-09-20 | 1 | -2/+2 |
* | Small change | Daisuke Miyakawa | 2009-09-20 | 1 | -1/+1 |
* | Revert the default phone number comparation algorithm. | Daisuke Miyakawa | 2009-09-20 | 6 | -11/+327 |
* | Fix the implementation of phone_number_compare in accordance with the tests i. | Daisuke Miyakawa | 2009-09-02 | 3 | -17/+67 |
* | Merge change 23409 into donut | Android (Google) Code Review | 2009-08-31 | 2 | -3/+14 |
| |
This is not a free app. Please don't download this app assuming it will be free.
Features include:
+ Syntax highlighting.
+ Intellisense.
+ Tabbed based interface.
+ Support for executing multiple queries at once.
+ Quick access to tables, columns and more.
See what others are saying, by checking out these great reviews:
https://www.compose.io/articles/tooltime-sqlpro-for-postgres-and-keylord-for-redis/
Please note:
This SQL Client does NOT work with MySQL or Microsoft SQL Server.
Privacy Policy:
https://hankinsoft.com/privacypolicy.html
Terms of Use:
https://hankinsoft.com/termsofuse.html
Price:
SQLPro requires a Premium upgrade in order to interact with database result sets. Premium is available as either a Lifetime Purchase or through a Subscription with Monthly and Yearly options. Subscriptions auto-renew within 24 hours of the expiration date unless auto-renewal is turned off in the iTunes account settings. Your Account will be charged for renewal (based on your selected plan) within 24-hours prior to the end of the current period. Any unused portion of a free trial period, if offered, will be forfeited when the user purchases a subscription to that publication, where applicable. Payment will be charged to your iTunes Account at confirmation of purchase.
Sqlpro For Sqlite 2019 07 08 09 05
Download SQLPro for Postgres App 2020.42 for free online at AppPure. Get SQLPro for Postgres for iOS - PostgreSQL database management latest version. Anytrans 4 7 4 download free. Gluemotion 1 3 3 esv. SQLPro for Postgres is a advanced but lightweight PostgresSQL database client, allowing quick and simple access to Postgres servers. SQLPro for SQLite 2019-07-08 MacOS. SQLPro for SQLite is an advanced sqlite editor. It has an easy to navigate interface, with the ability to perform the most basic to advanced tasks. Manage an SQLite database with a few easy-to-use tools. SQLPro for SQLite is a pro-level database editor that allows you to quickly access tables, organize and filter data, as well as run multiple queries simultaneously. SQL OnLine - (Test DB): SQLite, MariaDB / MySQL, PostgreSQL, MS SQL Server. User-friendly interface for data science. No registration for start, No DownLoad, No Install. Fs sm100 usb driver. Little big workshop making money.