Slashdot Mirror


User: dhahn

dhahn's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Haw haw on Comparing MySQL and PostgreSQL 2 · · Score: 1

    So, your saying it is better to trade one bad habit for another?

    Why on earth should I have to write extra code to check each input field, when I should just be able to send the results to the DB, and return the error message to the client if it fails?

    So, data validation in an application is meaningless? Frankly, I'd rather have the application validate the information and the DB enforce it. Then, a change either place (app or DB) doesn't result in data problems.