Activity for aditsu

  • aditsu aditsu committed [987c47] on depeche

    added some informational methods

  • aditsu aditsu committed [1f3ec6] on depeche

    need to escape _ and % when calling getColumns

  • aditsu aditsu committed [26c339] on depeche

    added explicit check for IS_AUTOINCREMENT column (preventing exceptions)

  • aditsu aditsu committed [aaf180] on depeche

    set the type in copy constructor

  • aditsu aditsu committed [1b65d4] on depeche-objects

    implemented pluggable type converters

  • aditsu aditsu committed [da7893]

    skipping indexed properties

  • aditsu aditsu committed [5f5b2f]

    added literalToString and escapeStringLiteral

  • aditsu aditsu committed [e8ead5]

    added "exists" method

  • aditsu aditsu committed [3c9899]

    updated enum type handling for newer driver versions

  • aditsu aditsu committed [c7004a]

    added auto-conversion to Instant

  • aditsu aditsu committed [6f3e4d]

    added autoConvert, supporting Instant values for now

  • aditsu aditsu committed [ea1766]

    changed "unidentified type" message to debug level

  • aditsu aditsu committed [1fc771]

    replaced getRecordPk with getRecord when saving a parent field (it may need more than the pk)

  • aditsu aditsu committed [412f0e]

    added rawFilter(Condition)

  • aditsu aditsu committed [beb0b0]

    added date type conversion

  • aditsu aditsu committed [0eac82]

    made getRecord public; added getPKey

  • aditsu aditsu committed [9625c8]

    updated for java 8

  • aditsu aditsu committed [3eb47b]

    added check for missing primary keys in savePk

  • aditsu aditsu committed [3b8627]

    added TypeName annotation

  • aditsu aditsu committed [985483]

    added primary key flag

  • aditsu aditsu committed [1a2426]

    skipped child relations in getPojoEntity

  • aditsu aditsu committed [c057c4]

    implemented saving of complex keys

  • aditsu aditsu committed [c4c4c2]

    skipping child relations

  • aditsu aditsu committed [5e27cc]

    implemented foreign keys to self

  • aditsu aditsu committed [2a1274]

    added BigDecimal type and Decimal annotation

  • aditsu aditsu committed [31aa28]

    implemented Relation annotation for foreign keys, allowing column reuse

  • aditsu aditsu committed [761c2d]

    added more methods (getTableInfo, addFKeys)

  • aditsu aditsu committed [908004]

    implemented foreign keys

  • aditsu aditsu committed [f0d463]

    added EntityUtil

  • aditsu aditsu committed [5d45fa]

    reorganizing code

  • aditsu aditsu committed [6ed226]

    separated addColumn method

  • aditsu aditsu committed [d49899]

    separated toTableName method

  • aditsu aditsu committed [213577]

    added asm to list properties in method declaration order

  • aditsu aditsu committed [9c8dca]

    added some more types

  • aditsu aditsu committed [d26d5a]

    removed redundant public modifiers

  • aditsu aditsu committed [8814d5]

    fixed warnings, cleaned up

  • aditsu aditsu committed [ff5aa7]

    fixed field-value filters; removed special handling for "=" operator (which is now symmetric and sql-compatible)

  • aditsu aditsu committed [c78f5a]

    switched to java 8

  • aditsu aditsu committed [02dda8]

    ignored local folder

  • aditsu aditsu committed [a4c293]

    updated for changes in depeche (new expression framework)

  • aditsu aditsu committed [0902ed]

    moved code from remaining get*SQL methods from Query to Provider

  • aditsu aditsu committed [6984a0]

    implemented new expression framework

  • aditsu aditsu committed [a0aeea]

    moved some checks (in get*SQL) from Query to Provider

  • aditsu aditsu committed [0dee8a]

    added appendOffsetAndLimit (to standardize getSelectSQL)

  • aditsu aditsu committed [4a4061]

    switched to the new expression framework

  • aditsu aditsu committed [2515e5]

    simplified ivyde config

  • aditsu aditsu committed [1f3821]

    fixed warnings (redundant type arguments)

  • aditsu aditsu committed [8320e6]

    removed ObjectUtil, replaced with Objects

  • aditsu aditsu committed [f45364]

    removed deprecated methods

  • aditsu aditsu committed [2942d1]

    switched to java 8

  • aditsu aditsu committed [ec8238]

    removed ConnSourceBuilder[Impl]; moved code to IncludedConnSources and simplified; also simplified IncludedProviders

  • aditsu aditsu committed [fdd805]

    implemented Table annotation and dotted name (for different schema)

  • aditsu aditsu committed [df48d5]

    simplified containsKey

  • aditsu aditsu committed [775700]

    made longCount more robust by using a subquery

  • aditsu aditsu committed [ed6562]

    added get methods with Conn argument

  • aditsu aditsu committed [a502e6]

    added toString

  • aditsu aditsu committed [e165d2]

    added and implemented table setting for Relation annotation

  • aditsu aditsu committed [cbed94]

    added Boolean

  • aditsu aditsu committed [cac081]

    simplified

  • aditsu aditsu committed [217012]

    skip ignored properties

  • aditsu aditsu committed [6a3a93]

    added checks for getter and setter

  • aditsu aditsu committed [a87da3]

    workaround for isClosed in newer filemaker driver

  • aditsu aditsu committed [713bde]

    "hacked" support for autoincrement columns

  • aditsu aditsu committed [99f6fb]

    separated getCreateTableSQL into single/multiple PK versions; standardized on no trailing semicolon for SQL commands

  • aditsu aditsu committed [baad3f]

    overhauled limit/offset - switched to standard syntax by default, with overrides where needed, and handled single limit or offset

  • aditsu aditsu committed [9b3776]

    relaxed type for id

  • aditsu aditsu committed [de72ba]

    implemented getLongLastId directly (it might actually return long if out of int range)

  • aditsu aditsu committed [5b6d4d]

    added testLimitOffset

  • aditsu aditsu committed [1caa9f]

    updated path for h2

  • aditsu aditsu committed [cf23b1]

    updated specific providers for SQL commands with no trailing semicolon

  • aditsu aditsu committed [11bd8c]

    filemaker also supports standard offset/fetch first syntax; "int" is valid (although it ends up as "decimal" anyway)

  • aditsu aditsu committed [f17b9a]

    relaxed type for id (some databases don't have a plain 32-bit int type)

  • aditsu aditsu committed [a4d0c8]

    included SQLite and SQL Server in tests

  • aditsu aditsu committed [fa1179]

    fixed warnings (unnecessary "else")

  • aditsu aditsu committed [7bfe74]

    updated for MySQL: renamed TYPE->ENGINE (for innodb); last id may come as BigInteger

  • aditsu aditsu committed [6e5f68]

    added rawJoin with JoinType

  • aditsu aditsu committed [d2e87b]

    added direct select methods

  • aditsu aditsu committed [0e6db1]

    added support for subqueries when filtering

  • aditsu aditsu committed [311f1d]

    added filterExists and excludeExists

  • aditsu aditsu committed [59fe37]

    added filterIn and excludeIn with varargs

  • aditsu aditsu modified a wiki page

    Home

  • aditsu aditsu posted a comment on discussion General Discussion

    Because TIO pulls the latest code from the source repository, not the latest released code. I didn't explicitly agree to that, but I can see why people would want to do that, and the code is free after all. It was supposed to be just a temporary situation, but it got prolonged way too much because I kept being busy with other things and didn't make a new release.

  • aditsu aditsu posted a comment on discussion General Discussion

    Hi, you have a point, but I added n after the last release of CJam, and haven't made a new release since then. So if you download the latest jar file or run some code at http://cjam.aditsu.net/ , n won't work. I plan to document it when/after I actually release it. So your request should probably be "please stop being a lazy bum and make a new release already!" instead :)

  • aditsu aditsu committed [67fff3]

    implemented Comparable for Key

  • aditsu aditsu modified a wiki page

    Operators

  • aditsu aditsu modified a wiki page

    Extended operators

  • aditsu aditsu modified a wiki page

    Operators

  • aditsu aditsu modified a wiki page

    Extended operators

  • aditsu aditsu modified a wiki page

    Extended operators

  • aditsu aditsu modified a wiki page

    Home

  • aditsu aditsu modified a wiki page

    Operators

  • aditsu aditsu modified a wiki page

    Extended operators

  • aditsu aditsu modified a wiki page

    Extended operators

  • aditsu aditsu modified a wiki page

    Extended operators

  • aditsu aditsu posted a comment on ticket #104

    Actually, the behaviour would be different from m!. In your example, the first permutation...

  • aditsu aditsu posted a comment on ticket #104

    Well, that would be possible, but it gets complicated. We'd need to get into the...

  • aditsu aditsu posted a comment on ticket #104

    e! uses a somewhat different algorithm. It generates the permutations in lexicographic...

  • aditsu aditsu modified a wiki page

    Operators

  • aditsu aditsu modified a wiki page

    Extended operators

  • aditsu aditsu modified a wiki page

    Operators

1 >