Выпуск новой версии 3.0.2 + языки

This commit is contained in:
2025-02-11 00:02:43 +05:00
parent 78dc4d52be
commit ead0f4a45b
11 changed files with 18 additions and 6 deletions

View File

@ -36,6 +36,7 @@ public class TCTableTools2 {
while (cursor.moveToNext()) {
if(first){
for (int i = 0; i < columnNames.length; i++) {
TCField field = new TCField(columnNames[i], TCTableTools2.convertType(cursor.getType(i)));
tbl.addField(field);
}