]> git.mxchange.org Git - jfinancials-lib.git/history - Addressbook/src/org/mxchange/addressbook/database
Moved a lot classes and interfaces (generalized) to new jcore project + added a few...
[jfinancials-lib.git] / Addressbook / src / org / mxchange / addressbook / database /
2015-08-06 Roland HaederMoved a lot classes and interfaces (generalized) to...
2015-07-31 Roland HaederAdded a lot more generic methods for columnName lookup...
2015-07-31 Roland HaederContinued with refacturing:
2015-07-31 Roland HaederFixes for broken commit, as type-hints must be fixed...
2015-07-31 Roland HaederBroken commit towards generics
2015-07-31 Roland HaederHandled / throw some exceptions
2015-07-31 Roland HaederSome more cleanups + added initial SQL dump
2015-07-30 Roland HaederFirst atttempt of prepared statement
2015-07-30 Roland HaederA lot refacturings ...
2015-07-29 Roland HaederMethod getProperty() now prefixes all keys with org...
2015-07-29 Roland HaederHaving one database connection for all tables is more...
2015-07-29 Roland HaederImplemented doShutdown() for MySQL backend
2015-07-29 Roland HaederFixed and added more MySQL-related stuff
2015-07-29 Roland HaederAdded more MySQL-related stuff
2015-07-29 Roland HaederBasic support for properties file
2015-07-29 Roland HaederA lot more improvements:
2015-07-28 Roland HaederAdded a lot trace messages + sanity checks for null...
2015-07-28 Roland HaederAuto-formation and yes, it is better this way
2015-07-28 Roland HaederIntroduced initNamePanel() + added entering surname...
2015-07-27 Roland HaederRenamed class to reflect actual purpose
2015-07-27 Roland HaederSpecial characters cannot be securely written with...
2015-07-27 Roland HaederSome performance tuning...
2015-07-27 Roland HaederAdded null reference checks (NPE and asserts) + debug...
2015-07-27 Roland HaederNow much easier to handle
2015-07-27 Roland HaederIntroduced Gender enum which replaces the old char
2015-07-24 Roland HaederGlobal commit: Changed spaces to tabs, because all...
2015-07-24 Roland HaederMoved exceptions in own package
2015-07-24 Roland HaederFixed copyright + added documentation a bit
2015-07-23 Roland HaederAdded 'final' keyword to getters/setters as it makes...
2015-07-23 Roland HaederBah, bad bad NetBeans. Why the f**k does it need to...
2015-07-22 Roland HaederProject relocated (a bit better now?) + continued with...
2015-07-22 Roland Haederthe contact manager instance only exists when initFrame...
2015-07-21 Roland HaederAdded a lot stuff:
2015-07-20 Roland HaederIntroduced addContactToList() + used writeBytes() inste...
2015-07-20 Roland HaederAdded calculation for average lines in database file...
2015-07-20 KLCOpps, forgot to add fully read Contact object to list ...
2015-07-20 Roland HaederAdded support for all current columns for reading from...
2015-07-17 Roland HaederContinued:
2015-07-17 Roland HaederRewrite start of storing contacts in database as the...
2015-07-16 Roland HaederAdded a lot database stuff, which needs heavy rewrite