Handling INSERT statements
vizdun
A joke on how many edge cases and complicated logic handling SQL Explaining the meme
INSERT
statements have. Matdb's INSERT
handling logic has around ~200 lines of code (entirely unrelated to anything storage wise, just checking for edge cases and stuff). This is despite the fact matdb only implements a tiny fraction of the usual SQL INSERT
functionality.