mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
Removing repository tags for things that won't update
This commit is contained in:
parent
5d2c0f29bf
commit
8d35387d9a
3 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
/* $Id: SQLite.xs,v 1.8 2005/06/20 13:53:00 matt Exp $ */
|
||||
|
||||
#include "SQLiteXS.h"
|
||||
|
||||
|
@ -10,7 +9,7 @@ PROTOTYPES: DISABLE
|
|||
|
||||
BOOT:
|
||||
sv_setpv(get_sv("DBD::SQLite::sqlite_version", TRUE|GV_ADDMULTI), SQLITE_VERSION);
|
||||
|
||||
|
||||
AV *
|
||||
list_tables(dbh)
|
||||
SV *dbh
|
||||
|
|
1
dbdimp.c
1
dbdimp.c
|
@ -1,4 +1,3 @@
|
|||
/* $Id: dbdimp.c,v 1.64 2006/09/18 18:54:05 matt Exp $ */
|
||||
|
||||
#include "SQLiteXS.h"
|
||||
|
||||
|
|
1
dbdimp.h
1
dbdimp.h
|
@ -1,4 +1,3 @@
|
|||
/* $Id: dbdimp.h,v 1.19 2006/09/07 23:24:27 matt Exp $ */
|
||||
|
||||
#ifndef _DBDIMP_H
|
||||
#define _DBDIMP_H 1
|
||||
|
|
Loading…
Add table
Reference in a new issue