Open edward3h opened 1 month ago
Java code typically uses camelCase for parameter names. Databases tend to have columns named with snake_case, and may be case insensitive. Mapping between the two currently only works with exact matches. It should work for these case differences.
Java code typically uses camelCase for parameter names. Databases tend to have columns named with snake_case, and may be case insensitive. Mapping between the two currently only works with exact matches. It should work for these case differences.