[libgda: 12/15] capi: fixed routine_col columns meta definition
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 12/15] capi: fixed routine_col columns meta definition
- Date: Fri, 11 Jan 2019 19:49:26 +0000 (UTC)
commit 158fb4829489c8e662058072cf0be89f0dc3c067
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date: Fri Jan 11 12:50:15 2019 -0600
capi: fixed routine_col columns meta definition
providers/skel-implementation/capi/gda-capi-meta.c | 3 ++-
providers/skel-implementation/capi/gda-capi-meta.h | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/providers/skel-implementation/capi/gda-capi-meta.c
b/providers/skel-implementation/capi/gda-capi-meta.c
index 06423f08c..4aaee54bf 100644
--- a/providers/skel-implementation/capi/gda-capi-meta.c
+++ b/providers/skel-implementation/capi/gda-capi-meta.c
@@ -509,7 +509,8 @@ gboolean
_gda_capi_meta_routine_col (G_GNUC_UNUSED GdaServerProvider *prov, G_GNUC_UNUSED GdaConnection *cnc,
G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context,
G_GNUC_UNUSED GError **error, G_GNUC_UNUSED const GValue *rout_catalog,
- G_GNUC_UNUSED const GValue *rout_schema, G_GNUC_UNUSED const GValue *rout_name)
+ G_GNUC_UNUSED const GValue *rout_schema, G_GNUC_UNUSED const GValue *rout_name,
+ G_GNUC_UNUSED const GValue *col_name, G_GNUC_UNUSED const GValue
*ordinal_position)
{
TO_IMPLEMENT;
return TRUE;
diff --git a/providers/skel-implementation/capi/gda-capi-meta.h
b/providers/skel-implementation/capi/gda-capi-meta.h
index 343462ce5..bb837bce6 100644
--- a/providers/skel-implementation/capi/gda-capi-meta.h
+++ b/providers/skel-implementation/capi/gda-capi-meta.h
@@ -181,7 +181,7 @@ gboolean _gda_capi_meta__routine_col (GdaServerProvider *prov, GdaConnection
gboolean _gda_capi_meta_routine_col (GdaServerProvider *prov, GdaConnection *cnc,
GdaMetaStore *store, GdaMetaContext *context, GError **error,
const GValue *rout_catalog, const GValue *rout_schema,
- const GValue *rout_name);
+ const GValue *rout_name, const GValue *col_name, const GValue
*ordinal_position);
/* _parameters */
gboolean _gda_capi_meta__routine_par (GdaServerProvider *prov, GdaConnection *cnc,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]