-
KaizenTech
- Poland
- @collerek
Highlights
- 51 discussions answered
Block or Report
Block or report collerek
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
macbre/sql-metadata Public
Uses tokenized query returned by python-sqlparse and generates query metadata
-
790 contributions in the last year
Less
More
Contribution activity
December 2021
Created 8 commits in 2 repositories
Created 1 repository
- collerek/calibre-web JavaScript
Created a pull request in janeczku/calibre-web that received 2 comments
Improve meta handling and add lubimyczytac.pl meta provider
Thank you for this great project!
I made some improvements over how metadata are fetched and added a new provider:
Add interfaces for book info (M…
+680
−136
•
2
comments
Opened 1 other pull request in 1 repository
collerek/ormar
1
merged
Reviewed 1 pull request in 1 repository
macbre/sql-metadata
1 pull request
Created an issue in collerek/ormar that received 1 comment
Allow to pass comments during column creation
like this use comment: created_at = Column(DateTime, server_default=func.now(), comment='创建时间') updated_at = Column(DateTime, server_default=func.now…
1
comment
Answered 7 discussions in 1 repository
collerek/ormar
collerek/ormar
- I would like to know how to set field comments
- Returning a subset of reverse FK
- Iterating over a `or_` filter from a `zip`
- How to display SQL QUERY before execute it
- Complex SQL Queries on Ormar (Window Functions, Partition, Not Exists and Nested Selects)
- Select for update in ormar
- Is there a django style model manager?