Introduce constraints and name mapping to source plugin database.
- Using default values now instead of NULL to signal empty field because NULL values are considered distinct in the context of UNIQUE table constraints in sqlite - Introduced new table for mappings from sid, game, server and team to channel name i preparation for new functionality - Updated and expanded unit test
This commit is contained in:
2
mumo.py
2
mumo.py
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8
|
||||
|
||||
# Copyright (C) 2010-2011 Stefan Hacker <dd0t@users.sourceforge.net>
|
||||
# Copyright (C) 2010-2013 Stefan Hacker <dd0t@users.sourceforge.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
Reference in New Issue
Block a user