dthonon / Client_API_VN

Export from VisioNature (Biolovision) web site to local postgresql database
GNU General Public License v3.0
3 stars 1 forks source link

[Column table] Comment columns limited to 10000 characters raise errors whith longer comments #138

Closed dthonon closed 2 years ago

dthonon commented 3 years ago

In GitLab by @fred.lpo07 on Feb 6, 2021, 01:15

Error occured on faune-paca. hidden_comment value was longuer than 10000 characters (about 16000).

Proposal: settint comment columns type to TEXT (without any length limit).

dthonon commented 3 years ago

mentioned in commit 86f6677b1cb7d6b7f37ae67bc7e87719b81dc05b

dthonon commented 3 years ago

Fixed in v2.7.1