Skip to content

updating tests to support all db types #495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Closed
1 change: 1 addition & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# .devcontainer docker-compose configuration
version: '3.8'

services:
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Latest Changes
### <span style='color:blue'>Improving SQLAlchemy Queries and Improved Documentation</span> ([v2025.4.17.1](https://github.com/devsetgo/devsetgo_lib/releases/tag/v2025.4.17.1))

![DSG Logo](https://raw.githubusercontent.com/devsetgo/devsetgo_lib/refs/heads/main/images/devsetgo_lib_logo_white_bg.svg)
Read the Full Documentation [here](https://devsetgo.github.io/devsetgo_lib/).
#### What's Changed
* fixing sonar issue (#494) @devsetgo
* updating release drafter (#493) @devsetgo
* Improving Examples (#492) @devsetgo
* Fix of issue with distinct queries in read queries (#491) @devsetgo
* updating footer (#490) @devsetgo
* adding raw link to release drafter (#489) @devsetgo
* Improving documentation (#488) @devsetgo
* adding 3.13 testing (#486) @devsetgo

Built to help reduce copy/paste from multiple projects and uses calendar versioning (year.month.day.build) from [BumpCalver](https://github.com/devsetgo/bumpcalver).


Published Date: 2025 April 17, 15:47

### <span style='color:blue'>New Functions and Updated Documentation</span> ([v2025.4.5.1](https://github.com/devsetgo/devsetgo_lib/releases/tag/v2025.4.5.1))

#### What's Changed
Expand Down
Loading
Loading