When i tried to create table in a database by selecting the database from the nav panel if i click go it asks for name but if i dont give the number of columns it creates table with 4 columns by default i think its a error in the the js. i am working on it and giving a pull request.
On Mon, Mar 3, 2014 at 12:41 PM, Avinandan Bhattacharjee < avinandanbhattacharjee11@gmail.com> wrote:
When i tried to create table in a database by selecting the database from the nav panel if i click go it asks for name but if i dont give the number of columns it creates table with 4 columns by default i think its a error in the the js. i am working on it and giving a pull request.
I don't think it's a bug. That is the expected behavior of PMA.
STOP !!!!!!!!!!!!!!!!!!!!!!!
De : Dhananjay Nakrani [mailto:dhananjaynakrani@gmail.com] Envoyé : lundi 3 mars 2014 08:43 À : phpmyadmin-devel@lists.sourceforge.net Objet : Re: [Phpmyadmin-devel] bug while creating tables in empty database
On Mon, Mar 3, 2014 at 12:41 PM, Avinandan Bhattacharjee avinandanbhattacharjee11@gmail.com wrote:
When i tried to create table in a database by selecting the database from the nav panel if i click go it asks for name but if i dont give the number of columns it creates table with 4 columns by default i think its a error in the the js. i am working on it and giving a pull request.
I don't think it's a bug. That is the expected behavior of PMA.
Hi
Dne Mon, 3 Mar 2014 12:41:20 +0530 Avinandan Bhattacharjee avinandanbhattacharjee11@gmail.com napsal(a):
When i tried to create table in a database by selecting the database from the nav panel if i click go it asks for name but if i dont give the number of columns it creates table with 4 columns by default i think its a error in the the js. i am working on it and giving a pull request.
This is intended behavior, though to make it more explicit, I've changed it to display default value in the form as well in 5a7bf6e.