Dean Hiller

Results 19 issues of Dean Hiller

This may be worth reading before my below comment https://blog.twitter.com/engineering/en_us/topics/insights/2017/the-testing-renaissance.html One gold standard for making an api that is testable is following these rules for an api * * All...

enhancement

This table has no index and never will but should give a message saying this table has no indexes....access it from a sibling table that has indexes and do a...

To keep more like an RDBMS, we did not store meta information on inheritance. This was a big mistake. We need to revisit this and store a DboTableMeta object for...

In many cases, fk's are embedded in the row. It would be nice to do a join and just use those fks and not even use indices to get info...

Users LOVE the eclipse feature of javadoc popping up except we really lack javadoc info in the api packages so let's add all the javadoc info we need to so...

In cassandra, you can have a columnname stored with no value or you the column name will not exist. For Boolean(capital B), if the value is null, we should store...