-
I use these settings:
squel.useFlavour('postgres');
var quoteOptions = {
autoQuoteTableNames: true,
autoQuoteFieldNames: true,
nameQuoteCharacter: '"',
tableAliasQuoteCharacter: '"'…
-
This does not compile
``` scala
case class VarargsParams(a: Int, b: String*)
it should "work for apply methods with varargs" in {
extract[VarargsParams](TableOne.col1, TableOne.col2)
extr…
-
```
What steps will reproduce the problem?
1. Install WAMP 2.0 (http://www.wampserver.com/en/download.php)
2. Create SQLite database by SQLite Manager
3. Attempt to access database using WAMP
4. Data…
-
Octobercms prefixes all the plugin tables with the author name, and plugin name which is great, and preventing conflicts, the problem is when using pivot tables it does not, so for example
author_plu…
-
Hello,
I am having issues recording macros with Vintageous. One example is the following:
I have several lines in sequence that looks like this:
where tableOne.ColumnOne = tableTwo.ColumnTwo
I hav…
-
Hi,
I have an issue with an old data model that needs to be yii-ified;) so the issue I'm facing is that I need to have some kind of hasMany-Syntax where I can say...
TableOne.KeyField is in TableTwo…
-
Can I make sticky headers , to act like how it works in excel. That is , thead should get fixed to the table only , so when you scroll the page , rows inside the table move with thead fixed. All other…
-
**Migrated issue, originally created by Jeff Dairiki ([@dairiki](https://github.com/dairiki))**
Here's the crux (full test script attached below).
I have an explicitly annotated join condition. One…
-
First, thank you for this helpful package in medical research.
_CreateTableOne()_ function is not able to use ordered factor, although there is no problem with factor.
Example :
``` r
# Create a d…
ghost updated
10 years ago
-
When using _CreateTableOne()_ on unsupported classes (e.g. : Dates), names of these variables are pasted in the warning message. Example :
```
In CreateTableOne(vars = c("CAT1", "CAT2", "CA", "SADMDT…
ghost updated
10 years ago