0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment] More... over 13 years ago
[no comment] More... over 13 years ago
Switching to from commons-logging to slf4j keeps the logging deps even simpler. More... over 13 years ago
Reduce the required dependencies needed so they don't pollute the classpath of projects which depend on cascal. More... over 13 years ago
Given a Cascal ORM object, be able to use the annotations & reflection to serialize to a list of Columns with the appropriate name/value. More... over 13 years ago
Improved debugging for Columns/SuperColumns by attempting to convert name/values to Strings in toString if possible. More... over 13 years ago
clarified readme for 1.3-SNAPSHOT, Scala 2.8.0 release More... over 13 years ago
initial commit of scala 2.8.0 branch into master More... over 13 years ago
upgraded to 1.3-SNAPSHOT, pre scala 2.8.0 merge More... over 13 years ago
updated files for 1.2 final release More... over 13 years ago
rev up to the 2.8.0 scala release More... over 13 years ago
using immutable set, even though contanins method is synchronized, it should never be contended in this usage. More... over 13 years ago
refined last changes, used mutable.HashSet instead of C.H.M More... over 13 years ago
Updated Session.scala to cache a description of the keyspaces and columnfamilies, and then verify on insert, remove or batch mutate that we are not doing anything that might hose cassandra More... over 13 years ago
rev up to RC7 More... over 13 years ago
modified sbt to use scala 2.8 More... almost 14 years ago
upgrade to scala 2.8 RC6 More... almost 14 years ago
upgrade to scala 2.8.0 RC5 More... almost 14 years ago
Seems like using micro seconds / the nanoTime function provides enough resoltion by default. Setting COMPENSATE_FOR_LOW_PRECISION_SYSTEM_TIME to false by default.. test case now tells you if your system has a high or low reolution timer
Hiram Chirino
as U-ZD7000A\chirino
More... almost 14 years ago
Fix for http://github.com/shorrockin/cascal/issues/#issue/22 - Use micro seconds instead of milliseconds. More... almost 14 years ago
- Added system property that can disable the duplicate timestamp workaround. - Added a test case to demonstrate the problem with duplicate timesstamps More... almost 14 years ago
System.currentTimeMillis is not precice enough on some platforms, double check for duplicate values to compensate More... almost 14 years ago
modified readme with indication of proper cassandra version More... almost 14 years ago
modified pom.xml and readme to use a seperate 2.8.0 scala release version for cascal - so we can maintain both the 2.7.7 release as well as the 2.8.0RCX More... almost 14 years ago
update version on readme More... almost 14 years ago
update to RC3 More... almost 14 years ago
initial port to 2.8 More... almost 14 years ago
extracted core functionality of session into session template. session and sessionpool both now extend session template More... almost 14 years ago
modified statistics to report both on a per-host basis as well as an aggregate basis. added stats for usage errors and connection failures More... almost 14 years ago
modified the statistics object so that it could be called multiple times w/o throwing jmx exceptions More... almost 14 years ago