mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-25 16:45:50 +03:00
[PR #20] [MERGED] Handle non-INT primary keys #104
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jeffknupp/sandman2/pull/20
Author: @filmackay
Created: 1/14/2016
Status: ✅ Merged
Merged: 1/22/2016
Merged by: @jeffknupp
Base:
master← Head:patch-1📝 Commits (6)
f64263fHandle non-INT primary keys08a0318Update init.py3451c10missing import9177c63default to string patterna313b59default composites to string for the time being07e7053always default to string type📊 Changes
1 file changed (+23 additions, -2 deletions)
View changed files
📝
sandman2/__init__.py(+23 -2)📄 Description
A simple solution to handling non-INT primary keys. Does not handle composite keys; that would be nice too.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.