TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Macros | Functions
db_sql_none.c File Reference

Module placeholder when no SQL interface is implemented. More...

#include <config.h>
#include <system.h>
#include <tinymushapi.h>
#include "db_sql.h"
Include dependency graph for db_sql_none.c:

Macros

#define SQL_NONE_ERROR   "NO EXTERNAL SQL DATABASE CONNECTIVITY IS CONFIGURED"
 

Functions

void sql_shutdown (dbref player, dbref cause, char *buff, char **bufc)
 
int sql_init (dbref player, dbref cause, char *buff, char **bufc)
 
int sql_query (dbref player, char *q_string, char *buff, char **bufc, const Delim *row_delim, const Delim *field_delim)
 

Detailed Description

Module placeholder when no SQL interface is implemented.

Author
TinyMUSH development team (https://github.com/TinyMUSH)
Version
3.3
Date
2020-12-28
Bug:
This code is currently not working. Won't be fixed until we go Beta