New
Fix regression on CamelCase attribute query
What's Changed
- fix(engine): Relation.Attribute() convert name argument to lower case by @trakhimenok in https://github.com/proullon/ramsql/pull/87
- fix: (close #86) AttributeSelector uses lower case to match attributes by @proullon in https://github.com/proullon/ramsql/pull/88
New Contributors
- @trakhimenok made their first contribution in https://github.com/proullon/ramsql/pull/87
Full Changelog: https://github.com/proullon/ramsql/compare/v0.1.0...v0.1.1