Problem 1: When we creat a sqlite database with sqlite IDE or coding we don’t define sqlite version(1/2/3). So what is the default version and which version we use automatically?
Problem 2: Is there any way to get my current and old sqlite database file version by java coding or something else?
Thanks in advance.