From 3963b5065d0e17e28e42835907b3588268f949b2 Mon Sep 17 00:00:00 2001 From: rbock Date: Fri, 7 Oct 2016 12:13:58 +0200 Subject: [PATCH] Added missing pre-generated alias --- include/sqlpp11/alias_provider.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/sqlpp11/alias_provider.h b/include/sqlpp11/alias_provider.h index 38bbf528..3c1abbd4 100644 --- a/include/sqlpp11/alias_provider.h +++ b/include/sqlpp11/alias_provider.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015, Roland Bock + * Copyright (c) 2013-2016, Roland Bock * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -89,6 +89,7 @@ namespace sqlpp SQLPP_ALIAS_PROVIDER(o) SQLPP_ALIAS_PROVIDER(p) SQLPP_ALIAS_PROVIDER(q) + SQLPP_ALIAS_PROVIDER(r) SQLPP_ALIAS_PROVIDER(s) SQLPP_ALIAS_PROVIDER(t) SQLPP_ALIAS_PROVIDER(u)