Quote:
Originally Posted by Akkadius
It might work, but it's definitely not very scalable and performance conscious.
Might as well use Perl DBI to do the same thing.
|
It works, I have tested it. I am not sure how it is not scalable? If you need to add new data, ALTER character_vars ADD new_field int DEFAULT 0.
Lol I actually considered using perl DBI to allow people to integrate it without touching the source.