UI does not let user change field name

Issue #348 invalid
Former user created an issue

Table stockTransaction has the following structure:

Column # Field Type Not NULL Default Value Primary Key 0 TransactId INTEGER Yes None Yes 1 StockSymbol TEXT Yes None No 2 BoughtBy INTEGER Yes None No 3 PurchaseDate DATETIME Yes None No 4 Quantity INTEGER Yes None No 5 TransactType TEXT No None No

Trying to change the name of the field BoughtBy using the Edit button returns the following error: ERROR: table stockTransaction has no column named BoughtBy

Comments (3)

  1. phpLiteAdmin repo owner

    Please provide some more feedback, otherwise it is impossible to debug it and I will have to close the issue.

  2. Log in to comment