Skip to content

Conversation

shmax
Copy link
Contributor

@shmax shmax commented Sep 20, 2023

This is a cleanup of #87, by @ipundit which sort of got out of hand with feature creep, but was otherwise excellent.

ipundit added 30 commits August 31, 2023 18:10
…n for attribute names are retained. So the short form for New York is now NY instead of ny. test/model/Author, Book, and Venue now have those strtoupper() workarounds in getter/setter methods removed as it's done in Model.php
…rcased in Model.php in order to be case insensitive.
…n for attribute names are retained. So the short form for New York is now NY instead of ny. test/model/Author, Book, and Venue now have those strtoupper() workarounds in getter/setter methods removed as it's done in Model.php
…rcased in Model.php in order to be case insensitive.
…cord

# Conflicts:
#	test/ActiveRecordTest.php
#	test/models/Book.php
…Disable it so that regression does not timeout.
Authors table now has a column that is camel cased: firstName
Added tests that demonstrate case insensitivity when accessing this firstName column
- Correct link to contributing.md
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #89 (c7cef6a) into master (b9affaf) will increase coverage by 0.18%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master      #89      +/-   ##
============================================
+ Coverage     96.73%   96.91%   +0.18%     
- Complexity      964      968       +4     
============================================
  Files            33       33              
  Lines          2358     2367       +9     
============================================
+ Hits           2281     2294      +13     
+ Misses           77       73       -4     
Files Changed Coverage Δ
lib/WhereClause.php 100.00% <ø> (ø)
lib/Adapter/PgsqlAdapter.php 95.91% <100.00%> (+5.44%) ⬆️
lib/Connection.php 91.66% <100.00%> (+0.10%) ⬆️
lib/SQLBuilder.php 97.38% <100.00%> (+0.01%) ⬆️
lib/Table.php 98.59% <100.00%> (+0.93%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@shmax shmax merged commit aa3f07d into master Sep 20, 2023
@shmax shmax deleted the fix-mixedcase branch September 20, 2023 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants