Sha256: 01434931b001d992cfe2a172213d07c2331a1ba5e906bf737f6dcc6f7ea2f5f3
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
Contents
== 0.1.0 2009-05-7 * 1 major enhancement: * Table creation and data load task complete == 1.0.0 2009-05-11 * 1 major enhancement: * Initail release == 1.1.0 2009-05-12 * 1 minor enhancement: * Modified the match alogorithm to reduct the score if there is not an address or city match if the data is in the database. == 1.1.2 2009-05-13 * 2 minor changes: * Changed the sql in the initial search to do a like instead of a soundex. For short names, the soundex returned almost the entire table making the process take too long. * Also changed the sql to only return individuals, also for the sake of performance. == 1.1.3 2009-05-15 * 1 bug fix: * fixed a bug that threw an error if a space was passed in for the name. == 1.1.4 2009-06-02 * 1 minor enhancement: * Improved performance by ignoring initial in names when searching the database for possible hits. == 1.1.5 2009-06-03 * 1 bug fix: * fixed a bug that threw an error if only single character initials are passed in for the name. == 1.1.6 2009-06-29 * 1 minor enhancement: * Allow passing of first and last name seperately...to improve performance. == 1.1.7 2009-06-30 * 1 bug fix: * fixed error when passing a nil value into the new :first_name or :last_name hash values when initializing the Ofac object. == 1.1.8 2009-06-30 * 1 bug fix: * Refactored the select on OfacSdn to use the AR connection instead of building sql and using the raw connection. Fixes a bug introducted in 1.1.6 where quotes in the name raised an error.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kevintyll-ofac-1.1.8 | History.txt |