gavv / tagberry

Tag-oriented Qt5 desktop calendar, task manager, and todo list.
GNU General Public License v2.0
16 stars 2 forks source link

Handle DB length limits #22

Open gavv opened 4 years ago

gavv commented 4 years ago

Automatically trim strings in models (e.g. record title) when saving them to DB, according to DB schema limits (e.g. NVARCHAR(1000)).