2
votes
2answers
772 views
What’s the difference between utf8_general_ci and utf8_unicode_ci
Between utf8_general_ci and utf8_unicode_ci, are there any differences in terms of performance?
…
4
votes
4answers
360 views
How good is Rails and PostgreSQL support?
I am thinking of working on a Rails application that uses PostgreSQL. I have some questions before I am comfortable using Rails:
Is PostgreSQL support in Rails less superior than, say …
0
votes
Installing cake php on xampp
Have you checked if your database user name and password is correct?
Also ensure that your database does exist.
The following is the default username and password (actually, no pas …
0
votes
MySQL: NULL vs “”
I prefer null when it is semantically correct. If there is an address field available and the user did not fill in, I give it a "". However if there in an address attribute to in the users table ye …
1
vote
Does CakePHP handle FKs on the code level or should I be adding FKs to my db too?
In CakePHP, it doesn't matter if you specify FKs in the database level, however if you do, it would act as you would expect in typical database operations.
If you have 2 tables - students a …
