I am using strata as a mysql browser, and I have come across a couple of issues.
- I see some weird behavior regarding mysql timestamp fields, but I also see that another person already submitted that at viewtopic.php?f=23&t=497
The odd thing is that I only use timestamps, and yet they do not all uniformly display wrong, it only happens in two of my tables.
I haven't found anything wrong or different with those fields as of yet. - One of the tables (the biggest one, but not that big (2344 rows)) is not properly retrieved. Meaning, I only get 3 out of the 7 fields. The fields omitted are all text fields, so that is probably the problem.
Update:the text fields are in fact the problem (tested it against other databases as well). This seems like a big deal, so you probably know about it, but I didn't find any relevant post, so i though I'd mention it anyway.
It also seems that the mangled dates only come from tables that contain text fields. That could be pure chance though. - I also don't get all of the records back (is there a limit functionality i haven't come across? Probably not, since it seem to work a bit randomly) and the app also seems to freeze while trying to use this table from time to time.
encoding: UTF-8 Unicode (utf8)
Kind regards, and bravo on the interesting app,
Achilles