cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar
0 Kudos

Automatically detect primary key and foreign key of SQLite when opening the database file directly

What inspired this wish list request? 

As the problem asked in Re: How to automatically detect primary key and secondary key of SQLite when ope... - JMP User Commu..., currently JMP can only auto detect primary-keys/foreign-keys/indexed columns by using an ODBC driver, while opening a SQLite file directly cannot. 

 

What is the improvement you would like to see?

JMP is able to detect SQLite primary-keys/foreign-keys/indexed columns without an ODBC driver. 

 

Why is this idea important? 

It would make SQLite data access a lot simpler by getting rid of adjusting table joining conditions manually.