yoichiro / chrome_mysql_admin

ChromeMyAdmin provides you the administration GUI of MySQL server. It is like phpMyAdmin, Sequel Pro.
https://www.eisbahn.jp/chrome_mysql_admin
Apache License 2.0
140 stars 33 forks source link

No functions in the gui insert dialogue? #7

Closed isimmons closed 10 years ago

isimmons commented 10 years ago

Adding a new row there doesn't seem to be a way to use NOW() for created_at/updated_at fields. I see I can use the 'Query' tab for this

INSERT INTO `users` (`id`, `username`, `email`, `password`, `bio`, `settings`, `created_at`, `updated_at`) VALUES ('4', 'bar', 'bar@barmail.com', 'helloinsecurepassword', 'I have no bio', '{}', NOW(), NOW())

Any plans on implementing the use of functions when entering values in the gui part?

Really cool app by the way.

yoichiro commented 10 years ago

@isimmons Yeah, I also want to use functions at inserting rows. :) I'll think how to implement this feature. Please give me a few weeks.

yoichiro commented 10 years ago

@isimmons I have just released a new version including a support to input the function and some expression at inserting and updating a row by 5cf347b27ef04465d893a87df5d6d65cf26d4830.