stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3k stars 660 forks source link

Atlas DB has the incorrect sqlite type for String #4803

Open saralab opened 1 month ago

saralab commented 1 month ago

Use stricttables going forward

ASuciuX commented 1 month ago

In order to use stricttables we would have to update the sqlite version used. Currently, the sqlite is running with version 3.33.0 as found on this PR . We would have to upgrade to at least 3.37.0.

Issue for updating sqlite version https://github.com/stacks-network/stacks-core/issues/4824