ma.gnolia

Sign In | Learn More

Skip to main content


1_32 Jackson Miller's Bookmarks Tagged With "sql"

  1. Visit SecurityDocs: Comment on SQL Injection Attack and Defense SecurityDocs: Comment on SQL Injection Attack and Defense

    includes suggested SQL Injection attack strings. This is a great resource for testing your apps.

  2. Visit What is the result of comparing NULL with NULL? | Oracle FAQ What is the result of comparing NULL with NULL? | Oracle FAQ

    In Oracle, two columns that are both NULL are not considered equal. It is one of those things that you can pretty much only learn by making a mistake. It bit me in the ass a little today, but I was able to catch it before it made it into production.

  3. Visit Rails: Generate SQL from Migrations Rails: Generate SQL from Migrations

    Jay Fields described using Rails Migrations to generate the DDL and SQL for migrations even if you don't run those migrations directly to the database. This is how we did things on a project I worked on in the past. It works well. Unfortunately, not ma

Didn't find what you were looking for? Try searching Google.