Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mikeshultz
/
rawl
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
6
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Updates
- #12
#12
Open
mikeshultz
wants to merge 14 commits into
master
mikeshultz/rawl:master
from
updates
mikeshultz/rawl:updates
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Updates
#12
mikeshultz
wants to merge 14 commits into
master
mikeshultz/rawl:master
from
updates
mikeshultz/rawl:updates
Copy head branch name to clipboard
Commits
Commits on Sep 23, 2023
update .gitignore
mikeshultz
committed
e252e12
View commit details
Copy full SHA for e252e12
Browse repository at this point
fix: test had an issue with using IntEnum repr for column name
mikeshultz
committed
0474ac4
View commit details
Copy full SHA for 0474ac4
Browse repository at this point
fix: use isinstance() over type()
mikeshultz
committed
97f6f54
View commit details
Copy full SHA for 97f6f54
Browse repository at this point
fix silence mypy
mikeshultz
committed
719bcc5
View commit details
Copy full SHA for 719bcc5
Browse repository at this point
feat: type annotations and update to psycopg3
mikeshultz
committed
cedc5a8
View commit details
Copy full SHA for cedc5a8
Browse repository at this point
fix: some typing was wrong, return of insert_dict was too variable, annotate tests
mikeshultz
committed
120e9d7
View commit details
Copy full SHA for 120e9d7
Browse repository at this point
chore: only test python 3.8-3.11
mikeshultz
committed
6470544
View commit details
Copy full SHA for 6470544
Browse repository at this point
fix: EnumType is not available before 3.11
mikeshultz
committed
5597186
View commit details
Copy full SHA for 5597186
Browse repository at this point
chore: drop python 3.8 support for collections type generics
mikeshultz
committed
f7b4439
View commit details
Copy full SHA for f7b4439
Browse repository at this point
fix: coverage workflow ref to pytest module
mikeshultz
committed
d1f1a2f
View commit details
Copy full SHA for d1f1a2f
Browse repository at this point
chore: isort
mikeshultz
committed
aa6c89c
View commit details
Copy full SHA for aa6c89c
Browse repository at this point
lint: isort and black disagree
mikeshultz
committed
3ce74fa
View commit details
Copy full SHA for 3ce74fa
Browse repository at this point
Commits on Sep 27, 2023
feat: implements RawlBase.count()
mikeshultz
committed
6f8e131
View commit details
Copy full SHA for 6f8e131
Browse repository at this point
feat: implements RawBase.exists()
mikeshultz
committed
35bf09d
View commit details
Copy full SHA for 35bf09d
Browse repository at this point
You can’t perform that action at this time.