two comments.
first, i would say isbn13 isn't a number, it's a string because you can't multiply two isbn's.
second, right now we type cast int's as integer's. so this applies.
this was a int(), which supports up to 10 characters only
had a wrong implication, because
9876543210 'has' 10-characters, though it is not an integer.
first, i would say isbn13 isn't a number, it's a string because you can't multiply two isbn's.
Right.
we type cast int's as integer's
I don't really understand this, sorry. I agree with your above statement, that ISBN-13 should be treated as string. But how would I handle it, if there would be a "real" bigint() in my mysql-table and I want to use it in my Akelos App?
how did you do this before Akelos?
we type cast int's as integer's
should be
we type cast int's as php-integer's
1 to 5 of 5