1

(10 replies, posted in General)

To clarify, you're encountering issues with potential duplicate dates in your SQLite database. Instead of using Date1 directly in your SQL queries, consider using the Date() function to extract just the date portion for accurate comparisons. This ensures that you're comparing dates correctly and helps avoid duplications caused by time variations. Additionally, understanding SQLite's date handling intricacies can provide insights into effective database management strategies.

2

(11 replies, posted in General)

How often do you anticipate releasing new versions of My Visual Database after completing the English documentation?